jun-he

Results 69 comments of jun-he

Yep, let me add some details in the description.

Hi @askalik, thanks for the help. I assign this task to you.

Thanks @jackye1995 Updated the issue to include it in the milestone.

Thanks @nssalian. I assigned it to you.

@Fokko can you help to review it? Thanks.

@Fokko @rdblue Updated the PR accordingly. Can you please take another look? Thanks.

statsd cannot send the whole metrics as an object and it sends metrics (such as counter or histogram) values (such as meanRate, 99percentile, etc.) to data store (e.g. datadog or...

Hi @shadyxu, We went through kafka code and collected all metrics. You can find ConsumerTopicMetrics from https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/metrics/KafkaMetricsGroup.scala#L114-L117. I tested it locally using `bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning --consumer.config config/consumer.properties...

@shadyxu Here are the steps for a quick test. - start your consumer - run jconsole and then pick consumer process - check if there is ConsumerTopicMetrics there If you...

Before you upgrade, which Kafka version did you run?