Is there a way to debug a kafka input?

slitras
slitras Posts: 5 admin

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

  • theHoff
    theHoff Posts: 1

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

  • slitras
    slitras Posts: 5 admin

    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