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

Manikumar Reddy resolved KAFKA-1877.
------------------------------------
       Resolution: Fixed
         Reviewer: Joel Koshy
    Fix Version/s: 0.8.3

This got fixed part of KAFKA-1901
 
{code}
Server AppInfo MBean: kafka.server:type=app-info,id=([0-9]+)
Producer AppInfo MBean: kafka.producer:type=app-info,id=([-.\w]+)
Consumer AppInfo MBean: kafka.consumer=app-info,id=([-.\w]+)

MBean Attributes: 
CommitId : gives the build time commit hash 
Version : gives the version of the running kafka 
{code}

> Expose version via JMX for 'new' producer 
> ------------------------------------------
>
>                 Key: KAFKA-1877
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1877
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients, producer 
>    Affects Versions: 0.8.2.0
>            Reporter: Vladimir Tretyakov
>            Assignee: Manikumar Reddy
>             Fix For: 0.8.3
>
>
> Add version of Kafka to jmx (monitoring tool can use this info).
> Something like that
> {code}
> kafka.common:type=AppInfo,name=Version
>       Value java.lang.Object = 0.8.2-beta
> {code}
> we already have this in "core" Kafka module (see kafka.common.AppInfo object).



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

Reply via email to