Open
Description
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.