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 differently if I had more than one Kafka streaming app/job? - What are the advantages of using Kafka streaming over Spark streaming? I'm asking b/c with Spark streaming I don't need to create and deploy a new docker image every time I added or changed an/a app/job. Best regards, Mina