Skip to main content
Question

Is there a way to debug a kafka input?

  • March 11, 2025
  • 2 replies
  • 10 views

Hello All, Is there a way to debug a kafka input? The workers don't consume any data, but the status is "Green". I know that there are live data in the topic as I can see it when using the `bin/kafka-console-consumer.sh` command with the same settings from a worker.

2 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

Under group level settings, System -> Logging -> Levels, you can try chaning the input channel to debug


  • Author
  • Employee
  • March 11, 2025

thx <@ULBGHDPNY&gt; This helped. I thought the global level input was doing the same, but yes, it needs to be at the group level only