You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "nvollmar (via GitHub)" <gi...@apache.org> on 2024/02/23 08:02:11 UTC

Re: [PR] replace deprecated statefulMapConcat [incubator-pekko-persistence-cassandra]

nvollmar commented on PR #133:
URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/133#issuecomment-1960881222

   Cassandra only supports distinct queries on the partition key. Since both `persistence_id` and `tag` are the partition key we can't distinct query on the tag alone.
   
   Since this is part of the reconciler that has to be manually called and is already marked as a rather expensive operation, I'd think this change is not too risky.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org