Message Serializer
Transforms objects/data into bytes
They are used on the value and the key of the Message Anatomy
Common Serializers include
- JSON
- Int, Float
- Avro
- Protobuf
References
Flashcards
Used to transform objects/data into bytes to be sent to a Broker:: Message Serializer
Message serialization is used on what parts of the message:: The value and the key of the message
Common Apache Kafka Serializers:: JSON, Int, Float, Avro, Protobuf