You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Justine Olshan (JIRA)" <ji...@apache.org> on 2019/06/25 17:06:00 UTC

[jira] [Created] (KAFKA-8601) Producer Improvement: Sticky Partitioner

Justine Olshan created KAFKA-8601:
-------------------------------------

             Summary: Producer Improvement: Sticky Partitioner
                 Key: KAFKA-8601
                 URL: https://issues.apache.org/jira/browse/KAFKA-8601
             Project: Kafka
          Issue Type: Improvement
            Reporter: Justine Olshan
            Assignee: Justine Olshan


Currently the default partitioner uses a round-robin strategy to partition non-keyed values. The idea is to implement a "sticky partitioner" that chooses a partition for a topic and sends all records to that partition until the batch is sent. Then a new partition is chosen. This new partitioner will increase batching and decrease latency. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)