You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/09/30 13:01:15 UTC

[GitHub] [kafka] dajac commented on pull request #12705: KAFKA-14269: client-side, add TopicRoundRobinAssignor as a possible partition assignment strategy

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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org