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
>
.
- 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:
>
>-
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.