Is it possible to save multiple objects with space based remoting?
Basically, we have a list of entities that are about to be saved. Each element in the list have a routing key. We wan't the remoting service to create buckets containing elements and broadcast these to correct partitino.
Is this possible?
This is what I am trying to do right now:
void saveExternalRanks(@Routing("[*].getProductId") Set productRanks)
And I get this errror:
NoSuchMethodException: java.util.HashSet.[*].getProductId()
↧