Is it possible to log inbound messages from stream function? Is there some kind of interceptor that allows me to do that?
Spring Cloud Stream Kafka Streams - how to log incomming messages in stream?
Asked Answered
Log incoming string using KStream.peek(StreamLogger::in)
methods :)
© 2022 - 2025 — McMap. All rights reserved.