[jira] [Created] (KAFKA-7732) Kafka broker lag metrics is more than 0, but no partitions are under replicated

2018-12-13 Thread Mathias Kub (JIRA)
Mathias Kub created KAFKA-7732: -- Summary: Kafka broker lag metrics is more than 0, but no partitions are under replicated Key: KAFKA-7732 URL: https://issues.apache.org/jira/browse/KAFKA-7732 Project

[jira] [Created] (KAFKA-7265) Broker and consumer metrics topic names are reported differently

2018-08-09 Thread Mathias Kub (JIRA)
Mathias Kub created KAFKA-7265: -- Summary: Broker and consumer metrics topic names are reported differently Key: KAFKA-7265 URL: https://issues.apache.org/jira/browse/KAFKA-7265 Project: Kafka

Metric names

2018-07-25 Thread Mathias Kub
Hi there, I am having problems aggregating metrics for our monitoring system, because some JMX beans use dots in its names (e.g. kafka.server:type=BrokerTopicMetrics,name=MessagesInPerSec, "topic" just uses the plain topic name as is). Other JMX beans replace dots by underscores, like the one add

[jira] [Created] (KAFKA-6864) null is not passed to keyDeserialzer and valueDeserializer in Fetcher

2018-05-04 Thread Mathias Kub (JIRA)
Mathias Kub created KAFKA-6864: -- Summary: null is not passed to keyDeserialzer and valueDeserializer in Fetcher Key: KAFKA-6864 URL: https://issues.apache.org/jira/browse/KAFKA-6864 Project: Kafka

[jira] [Commented] (KAFKA-4715) Consumer/Producer config does not work with related enums

2017-02-17 Thread Mathias Kub (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15872493#comment-15872493 ] Mathias Kub commented on KAFKA-4715: Overriding any method coming from Enum seems

[jira] [Commented] (KAFKA-4715) Consumer/Producer config does not work with related enums

2017-02-10 Thread Mathias Kub (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861061#comment-15861061 ] Mathias Kub commented on KAFKA-4715: I thought of `configValue`, because it be

[jira] [Comment Edited] (KAFKA-4715) Consumer/Producer config does not work with related enums

2017-02-06 Thread Mathias Kub (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853975#comment-15853975 ] Mathias Kub edited comment on KAFKA-4715 at 2/6/17 1:2

[jira] [Commented] (KAFKA-4715) Consumer/Producer config does not work with related enums

2017-02-06 Thread Mathias Kub (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853975#comment-15853975 ] Mathias Kub commented on KAFKA-4715: Hi, I've introduced a small changeset t