Re: Encoders/Decoders and Serializers/Deserializers

2015-07-20 Thread Elliot West
to understand the difference between Encoders/Decoders and > > Serializers/Deserializers and when I should be using each. Specifically > the > > types I'm referring to are: > > > >- kafka.serializer.Encoder >

Re: Encoders/Decoders and Serializers/Deserializers

2015-07-20 Thread Dan
. - Dan On 20 July 2015 at 17:39, Elliot West wrote: > I'm trying to understand the difference between Encoders/Decoders and > Serializers/Deserializers and when I should be using each. Specifically the > types I'm referring to are: > >-

Encoders/Decoders and Serializers/Deserializers

2015-07-20 Thread Elliot West
I'm trying to understand the difference between Encoders/Decoders and Serializers/Deserializers and when I should be using each. Specifically the types I'm referring to are: - kafka.serializer.Encoder - kafka.serializer.Decoder - org.apache.kafka.common.serialization.