The actual key should be the whole string. Not just that after the colon. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 <(631)%20835-4771>
On Jun 2, 2017 8:34 PM, "Fred Krone (JIRA)" <j...@apache.org> wrote: > Fred Krone created GEODE-3027: > --------------------------------- > > Summary: A developer can co-locate two keys on a put > Key: GEODE-3027 > URL: https://issues.apache.org/jira/browse/GEODE-3027 > Project: Geode > Issue Type: Improvement > Components: regions > Reporter: Fred Krone > Fix For: 1.3.0 > > > Provide a way to put co-locate two keys represented in a delimited string > > "AccountId:OrderId" > > Here ":" is the delimiter. The String before the delimiter is the routing > key. The String after the delimiter is the simple key. > > Acceptance > A user configuring a Region with this PartitionResolver implementation > gets correctly delimited String keys colocated > > Keys can only be Strings or error > Delimiter is present ":" or error > > Update JavaDocs > > > > -- > This message was sent by Atlassian JIRA > (v6.3.15#6346) >