Kafka 3.7.1 missing JMX metrics

2025-05-22 Thread Anton Kiryushkin
Hello. There is a weird problem where we missed almost all metrics for producers. The Kafka server version is 2.13-3.7.1. The JMX-exporter config is as follows: lowercaseOutputName: true whitelistObjectNames: - "kafka.server:*" - "kafka.log:*" - "kafka.network:*" - "kafka.controller:*"

KafkaClusterTestKit and KIP-932 (queue)

2025-05-22 Thread Soby Chacko
Hi, Are there any limitations to testing the new queue feature in 4.0.0 with a cluster generated via KafkaClusterTestKit? I am passing all the necessary properties to the test cluster. unstable.api.versions.enable=true group.coordinator.rebalance.protocols=classic,consumer,share And other share.

Re: KafkaClusterTestKit and KIP-932 (queue)

2025-05-22 Thread Soby Chacko
Never mind this question, I was able to resolve it. Thanks! On Thu, May 22, 2025 at 2:21 PM Soby Chacko wrote: > > Hi, > > Are there any limitations to testing the new queue feature in 4.0.0 > with a cluster generated via KafkaClusterTestKit? I am passing all the > necessary properties to the te