Adding KStream sample applications

Add sample for the canonical WordCount
Showing how to track group of products
Showing how to implement interactive queries

Fix #41

Update scst versions
Enhance kstream samples
This commit is contained in:
Soby Chacko
2017-09-11 16:33:42 -04:00
committed by Ilayaperumal Gopinathan
parent 30a0c1d734
commit a2fea3a188
38 changed files with 1716 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e HOST_IP=$1 -e ZK=$2 -i -t wurstmeister/kafka /bin/bash