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

   > The above case leads to out-of-order redelivery.
   
   I don't think it will cause out-of-order issue.
   
   - The ordering is not guaranteed by Hash Selector, is was guaranteed by the 
`PersistentStickyKeyDispatcherMultipleConsumers`
   - The newly joined consumer will only get messages after the old consumers 
have acknowledged all the outstanding messages
   
   Get a different consumer for the same hash is expected since the consumers 
are changed.


-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to