Hacker News new | ask | show | jobs
by thibauts 1911 days ago
I’m trying to take a similar path with this project [1] though there’s no HA story for now and it’s not meant to be protocol-compatible.

The goal is to make it lightweight and simple to operate, yet very fast.

[1] https://github.com/dataptive/styx

1 comments

From a feature list perspective on the readme it basically is what we did at Redpanda (dev here)
Hi Alexander ! I'm a big fan of the work you do at vectorizedio and of your blog posts ! I strongly believe there's a need for much simpler event streaming and room for improvement performance-wise.

I took a different path by divorcing from the Kafka protocol and experimenting with what I believe is a simpler to model approach to reliable event processing [1].

[1] https://github.com/dataptive/styx/blob/master/docs/howto/rel...

that makes total sense. I agree. though in the future, the kafka proto will be impl details. i.e.: once you start moving to http proxy with typed schemas.