"It's a good idea to improve the bundle split for the case that the traffic of the topic doesn't change drastically Otherwise, we should not use this policy. or can we use it for all cases?"
1.It is suitable for scenarios where topic traffic is relatively stable. In addition, we can also adjust the flowOrQpsDifferenceThresholdPercentage configuration to adapt to traffic fluctuations; 2.The current strategy is to split bundles based on the configuration loadBalancerNamespaceBundleMaxMsgRate or loadBalancerNamespaceBundleMaxBandwidthMbytes; 3.If the qps or traffic of a bundle is less than loadBalancerNamespaceBundleMaxMsgRate*(1+ flowOrQpsDifferenceThresholdPercentage) or loadBalancerNamespaceBundleMaxBandwidthMbytes*(1+flowOrQpsDifferenceThresholdPercentage), the policy will no longer trigger split; "do we need to consider the consumer rate the `flow or qps` is based on the entries or messages?" 1. The consumer rate has been considered; 2. The strategy has been based on the entries and throughput; Thanks, lordcheng10 Reply for Penghui