Spring Cloud Stream Kafka Streams - how to log incomming messages in stream?
Asked Answered
F

1

0

Is it possible to log inbound messages from stream function? Is there some kind of interceptor that allows me to do that?

Foetation answered 12/1, 2021 at 12:16 Comment(0)
P
-1

Log incoming string using KStream.peek(StreamLogger::in) methods :)

Parishioner answered 11/6, 2021 at 11:36 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.