Why use Avro data format with Apache Kafka?
Avro is an open-source binary serialization format. But why use it with Kafka? Why not send JSON or XML messages? What benefits does it give us? This is what we'll be exploring today. Serialization It's important to understand that records…