Re: KStreams regex-topic null pointer Exception with multiple Consumer processes

2016-09-06 Thread Guozhang Wang
Thanks David, 0.10.1 is planned to be released in Oct, we are following a time-based release cycle moving forward to have more predictable releases. Guozhang On Tue, Sep 6, 2016 at 8:12 AM, David Garcia wrote: > Done: https://issues.apache.org/jira/browse/KAFKA-4131 > > Thanks Guozhang for als

Re: KStreams regex-topic null pointer Exception with multiple Consumer processes

2016-09-06 Thread David Garcia
Done: https://issues.apache.org/jira/browse/KAFKA-4131 Thanks Guozhang for also looking at this. BTW, do you have any idea when 0.10.1 will be released? -David On 9/5/16, 12:14 AM, "Guozhang Wang" wrote: Hello David, Thanks for reporting this issue, and after some look through

Re: KStreams regex-topic null pointer Exception with multiple Consumer processes

2016-09-04 Thread Guozhang Wang
Hello David, Thanks for reporting this issue, and after some look through the code I think it is indeed a bug, and commit 6fb33afff976e467bfa8e0b29eb82770a2a3aaec will not fix it IMHO. Would you want to create a JIRA for keeping track of this issue? Guozhang On Sat, Sep 3, 2016 at 10:16 AM, Da

KStreams regex-topic null pointer Exception with multiple Consumer processes

2016-09-03 Thread David Garcia
This bug may be fixed after commit: 6fb33afff976e467bfa8e0b29eb82770a2a3aaec When you start two consumer processes with a regex topic (with 2 or more partitions for the matching topics), the second (i.e. nonleader) consumer will fail with a null pointer exception. Exception in thread "StreamThr