Open patpatpat123 opened 1 year ago
Any updates on that? I have the exact same issue
FYI: I had to enable tracing for spring-kafka in order to fix the error
same error. I am trying to use in ChannelInterceptor.
import io.micrometer.tracing.Tracer; String traceId = tracer.currentSpan().context().traceId(); String spanId = tracer.currentSpan().context().spanId();
Hello team,
Just wanted to start an issue reporting an exception observed for the sample reactive stream consumer.
Just to avoid confusion, there is a kafka producer/consumer, there is a stream producer/consumer, there is a reactive stream producer/consumer. The issue is observed with the later.
I just took the code as it is, and just modified the grade file to a pom. Please correct me if I am wrong, but I do not believe to have forgotten something while migrating to the pom.
I changed the topic
When running the reactive streaming consumer app, the app starts and run fine.
However, upon consuming a message, this error happens:
This error is observed on the consumer, for message sent using the reactive steam producer, or the normal kafka producer. May I ask what did I miss please?
Thank you