79358974

Date: 2025-01-15 16:24:39
Score: 3
Natty:
Report link

I had same problem, and the resolution was to add

enable.metrics.push = false

setting.

In code this is most probably something like

props.put(ConsumerConfig.ENABLE_METRICS_PUSH_CONFIG, "false")

see also -> https://support.confluent.io/hc/en-us/articles/32375204677396-How-to-handle-The-node-does-not-support-GET-TELEMETRY-SUBSCRIPTIONS-in-Kafka-Client-logfiles

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tamas Kohegyi