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
Expected Behavior
I'd expect there to be full Apache Kafka support since this is one of the most popular technologies, but for some reason, I didn't see any reactive Kafka channel adapter. That prevents me from using the adapter. I also didn't manage to understand if there's an async Kafka channel adapter, so if there is I think that can get documented better.
Current Behavior
Only Spring-Kafka support. No relation with Reactor-Kafka.
Context
I'm trying to build a simple data pipeline in the Reactive Spring Integration way.
The text was updated successfully, but these errors were encountered:
@artembilan yes you're right. That's pretty simple to create such binders (shouldn't take more than a couple of hours). I'll try to implement that later.
Expected Behavior
I'd expect there to be full Apache Kafka support since this is one of the most popular technologies, but for some reason, I didn't see any reactive Kafka channel adapter. That prevents me from using the adapter. I also didn't manage to understand if there's an async Kafka channel adapter, so if there is I think that can get documented better.
Current Behavior
Only Spring-Kafka support. No relation with Reactor-Kafka.
Context
I'm trying to build a simple data pipeline in the Reactive Spring Integration way.
The text was updated successfully, but these errors were encountered: