Exception while deserializing in kafka streams

2016-09-14 Thread Walter rakoff
Hello, I get the below exception when deserilaizing avro records using KafkaAvroDeserializer. 16/09/14 17:24:39 INFO StreamThread: Stream thread shutdown complete [StreamThread-1] Exception in thread "StreamThread-1" org.apache.kafka.common.errors.SerializationException: Error deserializing Avro

Re: Exception while deserializing in kafka streams

2016-09-14 Thread Walter rakoff
serde passed through config > to NOT being configured when constructed: > https://issues.apache.org/jira/browse/KAFKA-3639 > > > Which is fixed in the 0.10.0.0 release, which means you will only hit it if > you are using the tech-preview release version. > > > Guozhang

Re: Exception while deserializing in kafka streams

2016-09-16 Thread Walter rakoff
Guozhang, Any clues on this one? Walter On Wed, Sep 14, 2016 at 9:46 PM, Walter rakoff <walter.rak...@gmail.com> wrote: > Guozhang, > > I am using 0.10.0.0. Could the below log be the cause? > > 16/09/14 17:24:35 WARN ConsumerConfig: The configuration > sc

Re: Exception while deserializing in kafka streams

2016-09-22 Thread Walter rakoff
nd this issue should not really > happen, so your observation is a bit weird to me. Could your add a log > entry in the `configure` function which constructs the registry client to > make sure it is indeed triggered when the streams app start up? > > > Guozhang > > > > On Fri,

Re: Exception while deserializing in kafka streams

2016-09-27 Thread Walter rakoff
u running? And are there any other jars > > co-located with the 0.10.0.0 jar that could cause another class be > loaded? > > > > > > Guozhang > > > > > > On Thu, Sep 22, 2016 at 8:41 AM, Walter rakoff <walter.rak...@gmail.com> > > wrote: > > > >&g