This week I learnt something cool about message format other than JSON i.e. Apache Avro. It is a data serialization system. Avro format is a key factor in Event Driven Architecture (EDA) for your massage/payload. This is recommended in Distributed Streaming platforms like Kafka because the message/event of avro format converted into byte array ans stored so it will be faster and occupies very less memory
This week I learnt something cool about message format other than JSON i.e. Apache Avro. It is a data serialization system. Avro format is a key factor in Event Driven Architecture (EDA) for your massage/payload. This is recommended in Distributed Streaming platforms like Kafka because the message/event of avro format converted into byte array ans stored so it will be faster and occupies very less memory
Blazingly fast?