You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a sample with spring-kafka and spring webflux
Context
I need to develop a microservices with spring webflux to expose a set of http rest api to allow a client to consume messages from kafka
The api are available based on this issue but the complexity is high. The application must connect a "stream" domain (kafka) with a req-resp (the webflux http rest api) domain.
Can you provide a sample on how to correctly use spring-kafka in a spring webflux application?
Do you know some project with this functionality to look at?