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/26 05:30:53 UTC

[GitHub] JevonQ edited a comment on issue #3419: [Question] Some questions about namespace bundle splitting

JevonQ edited a comment on issue #3419: [Question] Some questions about namespace bundle splitting
URL: https://github.com/apache/pulsar/issues/3419#issuecomment-457803974
 
 
   > @JevonQ in Pulsar there are "topics" and "partitioned-topics".
   > 
   > Partitioned topics are basically just a composition of non-partitioned topics. So, if you have a namespace with, say, 2 bundles and 1 partitioned topic composed of 16 partitions, you should expect that each bundle will contain roughly the same number of partitions (depending on where the hashing falls).
   > 
   Yes, I understand this.
   > Basically, the bundles can be kept splitting in half (if the load is high) until we reach the point where there's just 1 single partition left.
   
   Yes, my question is about this. If the bundle only contains one partition and the partition is still overloaded, is there a way to solve it. Increasing partition does not work for me cause I use key hash as the routing mode while producing the messages.
   

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