rdhabalia commented on issue #2954: Broker considers fail-over consumer priority-level URL: https://github.com/apache/pulsar/pull/2954#issuecomment-437144013 > The question is that broker is using ordinal position for consumers to ensure even distribution. If I set c-1 with higher priority, I would expect to have c1 on all the partitions. that's true, I missed it. if we have C1 (priority=1), C2 (priority=0), C3 (priority=0) then C2,C3 consumers with highest priority should serve partitions evenly. let me fix it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
