Hacker News new | ask | show | jobs
by victor106 2135 days ago
I am new to this space. So Sorry if this is not a valid comparison. But how does this compare to Kafka?
2 comments

It's in this "Dataflow Programming" category: https://en.m.wikipedia.org/wiki/Dataflow_programming

So, more comparable to Apache Beam, like a fancy ETL. Programming via pipes, transformations, etc.

It would hook to a Kafka (or other) stream.

compares to kafka streams which is built on top of kafka.