Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Round-robin partition assignments across multiple topics #216

Closed
wants to merge 1 commit into from

Commits on Feb 9, 2018

  1. Round-robin partition assignments across multiple topics

    This is closer to the behavior of Kafka's Java consumer, as described
    here:
    
    https://github.com/apache/kafka/blob/15bc405/clients/src/main/java/org/apache/kafka/clients/consumer/RoundRobinAssignor.java#L31-L55
    
    This is valuable in situations where you have highly disparate
    partition counts. Given three group members subscribed to many topics,
    only a few of which have more than one partition, the first member
    will receive far more assignments than the others.
    pd committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a64a8be View commit details
    Browse the repository at this point in the history