codelipenghui edited a comment on issue #9352: URL: https://github.com/apache/pulsar/issues/9352#issuecomment-770900513
@oznitecki From your last comment, I think the problem that you have described is the key range distribution problem, the current implementation does not consider the consumer overloaded and no re-assign key ranges mechanism. > If the block was by key and not specific consumer, the idle consumer could take 1 of the 2 overloaded keys. I'm not getting the key point here, why `block` by key can affect `the idle consumer could take 1 of the 2 overloaded keys.` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
