-
I have found a few references about Kafka protocol in the source code, but I don't believe those few places would be enough to ensure compatibility. P.S. I am excited to see Fluvio project (Rust and Wasm is the perfect match!) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Hi, Welcome to Fluvio Project. We used to have strict compatibility with Kafka but decided to abandon it due to maintenance costs. In addition, it prevented us from adding exciting new capabilities such as SmartStream. Currently, we still use a subset of Kafka protocol with a compatible storage format but no longer consider compatible with Kafka. We created separate repo where we still maintain Kafka compatible protocol Rust: https://github.com/infinyon/flv-kf-protocol. If there is demand, we may consider creating a Kafka connector, but only if there is sufficient demand. We are looking forward to feedback and contribution to projects. |
Beta Was this translation helpful? Give feedback.
-
@frol, Kafka sink & source connectors are now ready for use: infinyon/fluvio-connectors#256. |
Beta Was this translation helpful? Give feedback.
Hi, Welcome to Fluvio Project.
We used to have strict compatibility with Kafka but decided to abandon it due to maintenance costs. In addition, it prevented us from adding exciting new capabilities such as SmartStream.
Currently, we still use a subset of Kafka protocol with a compatible storage format but no longer consider compatible with Kafka. We created separate repo where we still maintain Kafka compatible protocol Rust: https://github.com/infinyon/flv-kf-protocol. If there is demand, we may consider creating a Kafka connector, but only if there is sufficient demand.
We are looking forward to feedback and contribution to projects.