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 2020/06/06 02:22:54 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7188: Allow to configure KeyShared consumer with relaxed ordering

merlimat opened a new pull request #7188:
URL: https://github.com/apache/pulsar/pull/7188


   ### Motivation
   
   In certain cases, it is useful to just use key-shared dispatcher in order to have the same key to go to same consumer, although the ordering is not required.
   
   In this case, if we relax the ordering requirement, we can avoid new consumers getting stuck when an existing consumer is going through a prefetched queue of existing messages. This is especially relevant if the processing time is high.


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] codelipenghui merged pull request #7188: Allow to configure KeyShared consumer with relaxed ordering

Posted by GitBox <gi...@apache.org>.
codelipenghui merged pull request #7188:
URL: https://github.com/apache/pulsar/pull/7188


   


----------------------------------------------------------------
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.

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