Re: DSL - Deliver through a table and then to a stream?

2019-02-16 Thread Trey Hutcheson
Thanks for the response John. I'll see if I can track down that ticket. And thank you for your suggestion; I will try that once I get back to the code. That is an approach I had not considered. On Fri, Feb 15, 2019 at 10:16 PM John Roesler wrote: > Hi Trey, > > I think there is a ticket open re

Re: COORDINATOR_NOT_AVAILABLE exception on the broker side and Disconnection Exception on the consumer side breaks the entire cluster

2019-02-16 Thread Ismael Juma
Hi, What version of Kafka are you using? Ismael On Fri, Feb 15, 2019 at 8:32 PM Ankur Rana wrote: > Any comments anyone? > > On Fri, Feb 15, 2019 at 6:08 PM Ankur Rana > wrote: > >> Hi everyone, >> >> We have a Kafka cluster with 5 brokers with all topics having at least 2 >> replication fact

Re: COORDINATOR_NOT_AVAILABLE exception on the broker side and Disconnection Exception on the consumer side breaks the entire cluster

2019-02-16 Thread Ankur Rana
Hi Ismael, Thank you for replying. We are using kafka version 2.1.0 and Kafka streams version 2.0.0 Just you let you know, I was able to fix the problem by changing processing guarantee config from exactly once to at least once but now I'll need to verify if results are affected. On Sat, F