Questions around static membership partition assignment

2022-01-11 Thread jun aoki
Hi kafka experts, My understanding of static membership is that assuming kubernetes, for example, can provide a fixed number of healthy pods almost always, so that kafka doesn't have to do any rebalancing. It leads me to think, if the starting point is partition assignment being unbalanced (say t

Re: Questions around static membership partition assignment

2022-01-12 Thread jun aoki
bership is a way to improve it, but as I mentioned above, it only > works for some cases. > > If you're interested in read more about static membership, here's a good > blog: > https://www.confluent.io/blog/kafka-rebalance-protocol-static-membership/ > > Thank you. >