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/01/03 06:02:44 UTC

[GitHub] sijie opened a new issue #3288: [feature request] allow consumers joining in standby state in failover subscription

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:
users@infra.apache.org


With regards,
Apache Git Services