Re: Kafka Stream vs Spark

2017-04-27 Thread David Garcia
Unlike spark, you don’t need an entire framework to deploy your job. With Kstreams, you just start up an application and go. You don’t need docker either…although containerizing your stuff is probably a good strategy for the purposes of deployment management (something you get with Yarn or a s

Kafka Stream vs Spark

2017-04-27 Thread Mina Aslani
Hi, I created a kafka stream app and as I was informed I created a docker image with the app and launched it as a container. However, I have couple of questions: - Would every Kafka streaming job require a new docker image and deployment of the container/service? - How should I structure things d