-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Expected Behavior
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?