Re: Re:Re: [DISCUSS] PIP-255: Assign topic partitions to bundle by round robin

2023-05-11 Thread Heesung Sohn
Hi, As pip-192(load balancer extension) has been added in pulsar-3.0, could you also clarify how this strategy will be compatible with the load balancer extension? >From my understanding, this partition assignment strategy can also be configurable in the load balancer extension. Can you confirm?

Re: Re:Re: [DISCUSS] PIP-255: Assign topic partitions to bundle by round robin

2023-04-24 Thread Yunze Xu
This proposal is easier to understand than before. Overall LGTM. But I think these `onBundleXXX` methods could be default so that we can implement it with a simple lambda. Thanks, Yunze On Wed, Apr 19, 2023 at 10:22 AM Lin Lin wrote: > > We make this configuration item to be a dynamic configura

Re: Re:Re: [DISCUSS] PIP-255: Assign topic partitions to bundle by round robin

2023-04-18 Thread Lin Lin
We make this configuration item to be a dynamic configuration. We change change it on broker level. If we can change it on namespace level, even load of bundle in some namespace is balanced, it is still difficult to make broker balance On 2023/04/16 16:07:45 lifepuzzlefun wrote: > I think this