We have updated our Terms of Service, Code of Conduct, and Addendum.

Is there a way to debug a kafka input?

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.

Answers

  • Jon Rust
    Jon Rust Posts: 442 mod

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

  • 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