Re: kafka error after upgrading to 1.1.0: “the state store…may have migrated to another instance”

2018-04-26 Thread dizzy0ny
and store." I'm not clear which scenario are you referring to. Also could you paste the full stack trace of the exception so that I can look into this issue further? Guozhang On Thu, Apr 26, 2018 at 7:29 AM, dizzy0ny wrote: > My stream app produces streams by subscribing to cha

kafka error after upgrading to 1.1.0: “the state store…may have migrated to another instance”

2018-04-26 Thread dizzy0ny
My stream app produces streams by subscribing to changes from our database by using confluent connect, does some calculation and then publishes their own stream/topic. When starting the app, i attempt to get each of the stream store the app publishes. This code simply tries to get the store usi

Re: Store not ready

2018-02-16 Thread dizzy0ny
rs. If not, it seems to be a bug in Kafka Streams itself. -Matthias On 2/3/18 7:39 PM, dizzy0ny wrote: > Hi,We have a recurring problem that I wonder if there is a better way to > solve.  Currently when we restart our backed Kafka services and then our > datastreams app, the app is unab

Store not ready

2018-02-03 Thread dizzy0ny
Hi,We have a recurring problem that I wonder if there is a better way to solve.  Currently when we restart our backed Kafka services and then our datastreams app, the app is unable to reach many of the Kafka topic state stores. We currently retry, but more often than not, it requires a restart o