lhotari commented on issue #22709:
URL: https://github.com/apache/pulsar/issues/22709#issuecomment-2112379354

   > ok I will test that, but in failover subscription only one consumer is 
actively consuming messages? If so then it will have big impact on our 
performance.
   
   Yes. Since you have 100 partitions, it is not a problem for you. 
   
   Failover subscription type contains a solution so that when there are 
multiple connected consumers connected to all partitions, they will be assigned 
evenly across all connected consumers. This is similar in Key_Shared 
subscription. The assignment changes when consumers connect and disconnect. 
   
   In your case, I don't see a reason why it would negatively impact 
performance. 
   
   
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to