Re: Problem with multiple Kafka Streams

2018-01-25 Thread Gustavo Torres
Hello Guozhang: Actually, you are right. I implemented a custom partitioner to distribute messages evenly among all partitions and started to see all consumers working! Thanks a lot! Best Gustavo 2018-01-24 19:40 GMT-02:00 Guozhang Wang : > Hello Gustavo, > > How did you check that the second

Re: Problem with multiple Kafka Streams

2018-01-24 Thread Guozhang Wang
Hello Gustavo, How did you check that the second app's consumers does not consume anything? And could you confirm that there are indeed data in these two partitions that are fetchable? Guozhang On Wed, Jan 24, 2018 at 8:57 AM, Gustavo Torres wrote: > Hi there: > > This is the first time I'm

Problem with multiple Kafka Streams

2018-01-24 Thread Gustavo Torres
Hi there: This is the first time I'm posting on the mailing list. Actually, it's the first time I'm working with Kafka and I'm having trouble setting up a Kafka Streams app (using Kafka 1.0). I have two instances of my app, each one running a Kafka Stream and both having the same AppID. My topic