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 2018/12/21 23:34:35 UTC

[GitHub] sijie commented on issue #3217: Auto scaling up and down number of partitions

sijie commented on issue #3217: Auto scaling up and down number of partitions 
URL: https://github.com/apache/pulsar/issues/3217#issuecomment-449523656
 
 
   @ConcurrencyPractitioner 
   
   typically bps (bytes per second) and mps (messages per second) are good factors to drive scaling up and down number of partitions. 
   
   two major items need to think about this feature:
   
   - how to track the partitions changes? consumers have to be aware of such partitions changes.
   - how to ensure key ordering between scaling up and down?
   
   Since this feature is a quite big feature, a PIP is preferred for the design.

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