Re: WordCount example does not output to OUTPUT topic

2017-03-14 Thread Matthias J. Sax
This seems to be the same question as "Trying to use Kafka Stream" ? On 3/14/17 9:05 AM, Mina Aslani wrote: > Hi, > I am using below code to read from a topic and count words and write to > another topic. The example is the one in github. > My kafka container is in the VM. I do not get any error

WordCount example does not output to OUTPUT topic

2017-03-14 Thread Mina Aslani
Hi, I am using below code to read from a topic and count words and write to another topic. The example is the one in github. My kafka container is in the VM. I do not get any error but I do not see any result/output in my output ordCount-output topic either. The program also does not stop either!