Re: NPE using GenericAvroSerde to deserialize

2016-07-06 Thread Philippe Derome
This item is moved to confluent google group. On Wed, Jul 6, 2016 at 6:25 AM, Philippe Derome wrote: > Please ignore until I become quite more specific about my code usage (will > try to recover the same code I used). In the mean time, I managed to > serialize into output

Re: NPE using GenericAvroSerde to deserialize

2016-07-06 Thread Philippe Derome
Please ignore until I become quite more specific about my code usage (will try to recover the same code I used). In the mean time, I managed to serialize into output topic using a JsonSerde, which was straightforward. On Wed, Jul 6, 2016 at 5:26 AM, Michael Noll wrote: >

Re: NPE using GenericAvroSerde to deserialize

2016-07-06 Thread Michael Noll
Phil, > I then specify a Serde (new GenericAvroSerde) as value > deserializer when outputting to topic via table.to method. I suppose that was a typo, and you actually meant "as a value *serializer*", right? On Tue, Jul 5, 2016 at 11:55 PM, Philippe Derome wrote: > This

NPE using GenericAvroSerde to deserialize

2016-07-05 Thread Philippe Derome
This is possibly more of a Confluent question as GenericAvroSerde is in Confluent example code base. I have a small Stream application, which creates a KTable with String key and GenericRecord value. I then specify a Serde (new GenericAvroSerde) as value deserializer when outputting to topic via