Re: Serde failure

2015-09-23 Thread Yi Pan
Hi, Chris, What's your configuration of your job? And what's your customized serde class? It seems that the SerdeManager picked up JsonSerde in the deserialization process. Are you expecting a different serde class to be used for this topic? Thanks! -Yi On Wed, Sep 23, 2015 at 12:33 PM, Chris B

Serde failure

2015-09-23 Thread Chris Bonnell
We're decoding avro files as part of our samza ecosystem, and we came across an error that has been a bit of a show-stopper. We have a kafka topic of avro-encoded events, and a custom serde which does work. However, we were consuming from this stream with the serde in place and encountered the fol