abhishekagarwal87 commented on issue #12385: URL: https://github.com/apache/druid/issues/12385#issuecomment-1098739716
AFAIK, the producer doesn't rebalance the message to another partitionitself. Say you are partitioning on a field called userId and you have 60 partitions. If the producer determines that a user XYZ is supposed to land on partition 5, then the producer can't push it to partition 6. That can break many semantics within the application. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
