Hello Geode User Group, There seems to be a usage conflict when using Restful Interface and Custom Partitioning. Keys must be String for the Restful Interface. When using custom partitioning the the EntryOperation.getNewValue() has been deprecated, now we must use getKey(), thus the key must be an Object containing the field the PartitionResolver.getRoutingObject() will return, which is not compatible with the Restful Interface key being a String requirement.
How should custom partitioning be handled when using the Restful Interface? Best regards, Barry Wood
