You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/08 14:33:18 UTC

[GitHub] [pulsar] codelipenghui commented on issue #15898: KeyShared consumers with sticky hash range generate backlog with messages not fall within consumer hash range - v2.9.2

codelipenghui commented on issue #15898:
URL: https://github.com/apache/pulsar/issues/15898#issuecomment-1150001432

   @GBM-tamerm You can't only have a key hash range [35891,35899] but don't have [0, 35890], [35900, 65535]. The key_shared consumer will not work for this case. If you only want to receive parts of messages, you can use Reader API with specific key hash range.


-- 
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: commits-unsubscribe@pulsar.apache.org

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