←back to thread

320 points benocodes | 2 comments | | HN request time: 0.408s | source
1. dxxvi ◴[] No.41900470[source]
Is this what can be done with Apache Kafka Connect (to get data from another source to a Kafka cluster), Kafka (including Kafka Streams)? This image (https://github.com/drasi-project/community/raw/main/images/d...) is like Kafka Streams with a single topic. This image (https://github.com/drasi-project/community/raw/main/images/c...) is like joining 2 streams in Kafka Streams.
replies(1): >>41904129 #
2. ultrafez ◴[] No.41904129[source]
It also seems reminiscent of KSQL - consuming multiple input topics, and producing output to a topic defined using a query written in a SQL-like language that defines how the inputs are combined and filtered.