You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jon McEwen (Jira)" <ji...@apache.org> on 2021/09/15 11:46:00 UTC

[jira] [Commented] (KAFKA-13303) RoundRobinPartitioner broken by KIP-480

    [ https://issues.apache.org/jira/browse/KAFKA-13303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415452#comment-17415452 ] 

Jon McEwen commented on KAFKA-13303:
------------------------------------

WIP patch: https://github.com/apache/kafka/pull/11326

> RoundRobinPartitioner broken by KIP-480
> ---------------------------------------
>
>                 Key: KAFKA-13303
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13303
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jon McEwen
>            Priority: Minor
>
> Since KIP-480 Sticky Partitioning, the RoundRobinPartitioner doesn't behave correctly.  An additional call to `partition()` on new batch leads to partitions being skipped.
>  
> I have a fix that I would like to contribute, but I need help getting started as a contributor, e.g. for basic things like formatting the code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)