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.
0
Answers
-
Under group level settings, System -> Logging -> Levels, you can try chaning the input channel to debug
0 -
thx <@ULBGHDPNY> This helped. I thought the global level input was doing the same, but yes, it needs to be at the group level only
0