Feature comparison - Kafka vs Iggy for Enterprise consumption #3081
Replies: 5 comments 1 reply
|
We can't directly open the Kafka port and support this API natively as part of our server - this can only be done via an additional translation layer or some sort of proxy. Iggy is the new project within the message streaming infrastructure, and we can't embed another protocol into it. |
|
Thank you @hubcio and @spetz . So general direction is to have a separate runtime process outside of server.It may add one or two milli seconds to the end to end roundtrip. We can debate about it later after functional completeness is available. One of the major challenge I am facing is the complexity in terms number of API keys and versions in each of them. TODO :- |
|
I am splitting the implementation discussion of kafka compatible messages to iggy (kafka to iggy bridge)into two threads. #3252 - Technical implementation discussion is about the design and architecture of the solution. I am keeping this discussion open for the other features of enterprise readiness and discussions. |

Uh oh!
There was an error while loading. Please reload this page.
Creating a place holder to compare and analyze feature comparison with Kafka. The output of this document is to list all the features of Kafka which are needed in Iggy to have full enterprise product suite. Once analysis is complete, plan for the next action items with respective PRs.
I have my initial analysis which covers the following main areas.
Production Grade
Cloud Native support
Production Resilience/DR
Observability
Schema Registry
API compatibility
All reactions