dajac commented on PR #12705:
URL: https://github.com/apache/kafka/pull/12705#issuecomment-1263546176

   @mathieu-amblard Thanks for the PR. Could you elaborate a bit more on the 
motivation for this new assignor? I am not sure that I get it at the moment. 
What are the benefits of doing this?
   
   > I would like to have a Topic Round Robin Assignor in order to assign all 
partitions of same topic to exactly one consumer, therefore I will be able to 
continue the consumption of one topic even if one failed.
   
   When a consumer fails, all its partitions should be reassigned to other 
consumers in the group. This should not impact the other topics. Could you 
elaborate a bit more on this?
   


-- 
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]

Reply via email to