addisonj commented on issue #9352: URL: https://github.com/apache/pulsar/issues/9352#issuecomment-770091367
@oznitecki Thanks for the feedback and suggestion. A few questions to make sure I understand and understand your use case more: 1. Just to make sure I understand, would you want key 1 messages to be able to delivered to many consumers? But block on sending on sending any more messages until the latest key 1 message is processed? If Key 1, has many messages, this likely would be somewhat slow, as we can't pipeline messages and would need to have the broker doing lots of back and forth, but would let all other consumers continue with other keys. Is that what you are trying to solve? 2. For your use case, how many keys do you expect to be dealing with across how many consumers? ---------------------------------------------------------------- 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: [email protected]
