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

   @zbentley @BewareMyPower 
   
   > It’s not enabled because we cannot know which partition the next message 
will be coming from. Any suggestion on how to achieve that?
   
   from https://github.com/apache/pulsar/issues/7280#issuecomment-644238363
   This is the main challenge to supporting zero queue consumers for a 
partitioned topic.
   
   One option here is to create a function to merge messages  from multiple 
topics/partitions to a non-partitioned topic,
   the `zero consumer` only consumes the messages from the merged topic.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to