You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/26 04:07:05 UTC

[GitHub] [pulsar] MarvinCai commented on issue #1267: Improve failover subscription for non-partitioned topic

MarvinCai commented on issue #1267: Improve failover subscription for non-partitioned topic
URL: https://github.com/apache/pulsar/issues/1267#issuecomment-505709515
 
 
   Part of the problem has been fix by https://github.com/apache/pulsar/pull/2954, now dispatcher will sort consumer based on priority level and consumer name then distributed sub for partitioned topic evenly through all consumers with same priority level.
   For non partitioned topic the problem described is still there, I have a pr to fix active consumer for FailOver subscription on non partitioned topic to always be the first one. And consumer will be picked in the order they subscribe to the non partitioned 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services