Producer Serialization

This lesson explains how we can use Apache Avro as a serialization choice when Kafka producers send messages.

We'll cover the following...

Kafka comes with serialization classes for simple types such as string, integers, and byte arrays. However, one has to use a serialization library for complex types. We can use JSON, Apache Avro, Thrift or Protobuf for ...

Access this course and 1400+ top-rated courses and projects.