Replies: 1 comment 1 reply
-
I am unsure why you are invoking the consumer directly, it is unclear from your code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to return the value from the listener to the producer and perform some business logic with a reactive non-blocking approach, but never returns the values from the Kafka listener
Listener
Producer interface
Implementation
Never received the return value from the listener, the breakpoint never hit the for-loop
Beta Was this translation helpful? Give feedback.
All reactions