Reactive kafka consumer #2351
-
I was thinking of building a reactive kafka consumer and producer. I came across this https://stackoverflow.com/questions/65627958/how-do-you-use-a-kafkalistener-annotated-method-with-a-flux-or-mono. Is there way we can create a reactive consumer and producer with spring-kafka? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
No; we started investigating some time ago but came to the conclusion that it wouldn't add much benefit over using the spring-kafka has a couple of lightweight templates on top of reactor-kafka but, again, they don't really add much value. |
Beta Was this translation helpful? Give feedback.
No; we started investigating some time ago but came to the conclusion that it wouldn't add much benefit over using the
KafkaReceiver
fromreactor-kafka
.spring-kafka has a couple of lightweight templates on top of reactor-kafka but, again, they don't really add much value.