The application i am running, would behave as a consumer in kafka streams. I have kafka messaging configured via spring's stream.
How to figure out whether its consuming from the right topic?
Also whats is SINK in springframework.cloud.stream.messaging package? What roles does it play. How to configure it. What is Sink.INPUT?