sijie opened a new issue #3288: [feature request] allow consumers joining in 
standby state in failover subscription
URL: https://github.com/apache/pulsar/issues/3288
 
 
   #### Feature
   
   In streaming applications, when a subscription scales up the consumer group, 
the new consumers joining the consumer group might be doing expensive 
operations (e.g. like replaying db or state). In this case, it might be great 
to let consumer connect in a standby state, when the consumer finishes its 
application logic, it can then be converted to an normal state and get ready 
for being elected as an owner for some partitions.
   
   This is a very useful feature for developing stateful streaming applications 
(e.g. supporting kstreams like application).

----------------------------------------------------------------
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

Reply via email to