reactor-kafka Questions
2
I'm trying to implement reactive kafka consumer in my Spring boot application and I'm looking at these examples:
https://github.com/reactor/reactor-kafka/blob/master/reactor-kafka-samples/src/main/...
Untraveled asked 1/12, 2020 at 19:24
1
Solved
The Reactor error handling documentation (https://projectreactor.io/docs/core/3.4.10/reference/index.html#error.handling) states that error-handling operators do not let the original sequence conti...
Glob asked 9/10, 2021 at 19:49
2
Solved
I am using reactor kafka and have a custom AvroDeserializer class for deserialization of messages.
Now I have a case where for certain payloads the deserialization class throws an exception.
My Kaf...
Onepiece asked 17/7, 2020 at 20:21
2
Solved
I am using reactor kafka to send in kafka messages and receive and process them.
While receiving the kakfa payload, I do some deserialization, and if there is an exception, I want to just log that ...
Roof asked 16/7, 2020 at 17:36
1
© 2022 - 2025 — McMap. All rights reserved.