rdhabalia opened a new pull request #2954: Broker considers fail-over consumer priority-level URL: https://github.com/apache/pulsar/pull/2954 ### Motivation Right now, Broker selects failover consumer based on lexicographical sorting on consumer name. However, one of the user has usecase to switch fail-over consumer (based on hot/cold colo)in a deterministic way without changing/managing consumer-name. Consumer already has priority-level but it's not implemented in Failover consumer which can be useful in certain usecase. ### Modifications Broker also considers consumer's priority-level while selecting active consumer.
---------------------------------------------------------------- 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
