You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Theo Hultberg (JIRA)" <ji...@apache.org> on 2016/10/10 11:43:20 UTC

[jira] [Updated] (KAFKA-4284) Partitioner never closed by producer

     [ https://issues.apache.org/jira/browse/KAFKA-4284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Theo Hultberg updated KAFKA-4284:
---------------------------------
    Description: 
Partitioners are never closed by the producer, even though the Partitioner interface has a close method.

I looked at KAFKA-2091 and it seems like the close method has been there from the beginning, but never been used.

I've made a pull request with a fix, it can be found here: https://github.com/apache/kafka/pull/2000

  was:
Partitioners are never closed by the producer, even though the Partitioner interface has a close method.

I looked at KAFKA-2091 and it seems like the close method has been there from the beginning, but never been used.

There's 


> Partitioner never closed by producer
> ------------------------------------
>
>                 Key: KAFKA-4284
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4284
>             Project: Kafka
>          Issue Type: Bug
>          Components: producer 
>    Affects Versions: 0.10.0.1
>            Reporter: Theo Hultberg
>            Priority: Minor
>
> Partitioners are never closed by the producer, even though the Partitioner interface has a close method.
> I looked at KAFKA-2091 and it seems like the close method has been there from the beginning, but never been used.
> I've made a pull request with a fix, it can be found here: https://github.com/apache/kafka/pull/2000



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)