I have a topic and DLQ associated with it. I am using @StreamListener for the topic. I wanted to read/process the messages from the DLQ on demand using a controller endpoint.
is it possible to do this using spring cloud stream Kafka.
We are not using actuator in production. So can not use /bindings endpoints.