You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Charly Molter (JIRA)" <ji...@apache.org> on 2017/11/13 11:23:01 UTC

[jira] [Created] (KAFKA-6204) Interceptor and MetricsReporter should implement java.io.Closeable

Charly Molter created KAFKA-6204:
------------------------------------

             Summary: Interceptor and MetricsReporter should implement java.io.Closeable
                 Key: KAFKA-6204
                 URL: https://issues.apache.org/jira/browse/KAFKA-6204
             Project: Kafka
          Issue Type: Improvement
          Components: clients
            Reporter: Charly Molter
            Priority: Minor


The serializers and deserializers extends the Closeable interface, even ConsumerInterceptors and ProducerInterceptors implement it.

ConsumerInterceptor, ProducerInterceptor and MetricsReporter do not extend the Closeable interface.

Maybe they should for coherency with the rest of the apis.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)