posted 6 years ago
Hi Lanny,
Good question.
First of all, you need Kafka to run Kafka Streams.
Right now Kafka is the defacto standard for getting data into other streaming technologies like Spark and Flink.
But with those technologies, you need a separate cluster to get up and running.
With Kafka Streams, it's just another application you deploy. You can run on a single machine or multiple machines.
Best of all you can increase or decrease the number of machines you are running on while the application is running, no need to stop, add a node to the cluster and restart.
Thanks,
Bill