[ https://issues.apache.org/jira/browse/KAFKA-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manikumar Reddy resolved KAFKA-1083. ------------------------------------ Resolution: Duplicate > Unregister JMX MBean when shutting down ConsumerConnector > --------------------------------------------------------- > > Key: KAFKA-1083 > URL: https://issues.apache.org/jira/browse/KAFKA-1083 > Project: Kafka > Issue Type: Bug > Components: consumer > Affects Versions: 0.8.0 > Reporter: Tanguy > Assignee: Neha Narkhede > Priority: Minor > > In our application, we are currently starting a Kafka Consumer with the > following lines of code: > connector = Consumer.createJavaConsumerConnector(consumerConfig); > streams = connector .createMessageStreams(map); > Then, each KafkaStream is processed in a dedicated thread per topic and > partition, as documented here > https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example > When we call: > connector.shutdown() > We can see that the MBean is not unregistered at shutdown time and still > "alive" even if the consumer connector has been shut down. -- This message was sent by Atlassian JIRA (v6.3.4#6332)