Hi, everyone. Apache Kafka is an open source stream processing platform developed by Apache and written in Scala and Java. It is a high throughput distributed publish-subscribe messaging system that handles all action stream data from consumers in a system.
Previously, APISIX was only supported as a producer for Kafka to be used as a logger. Therefore, I wanted to add this feature to APISIX to allow end users to pull messages from Kafka via a protocol such as WebSocket so that APISIX could support the publish/subscribe scenario. I have created a proposal for this, you can check this issue *[1] <https://github.com/apache/apisix/issues/6874>* as the email is not complete, and if you have any suggestions or questions about it, you can respond in a GitHub issue or in this email. *[1]* https://github.com/apache/apisix/issues/6874 Best regards! Zeping Bai @bzp2010