KIP-1055 — Introducing Round-Robin Assignment Strategy to ConnectorUtils
Discussion Connect
Adds a round-robin element distribution method to ConnectorUtils in Kafka Connect, assigning elements to groups in interleaved order (e.g., {a,d}, {b,e}, {c}) rather than the existing contiguous grouping ({a,b}, {c,d}, {e}). Connector workload distribution via contiguous grouping produces uneven load when groups must process each element's work serially, since the last group may receive fewer or lighter elements.
Details
| Author | Fan Yang |
| Status | Discussion |
| JIRA | KAFKA-16893 |
| Wiki | View on Apache Wiki |
| Created | 2024-06-08 |
| Last Modified | 2024-06-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.