Robust Message Serialization in Apache Kafka Using Apache Avro, Part 2

1 · Cloudera · July 26, 2018, 7 a.m.
Implementing a Schema Store In Part 1, we saw the need for an Apache Avro schema provider but did not implement one. In this part we will implement a schema provider that works with Apache Kafka as storage. In-Memory SchemaStore First we can implement an in-memory store for schemas. This is useful to understand the […] The post Robust Message Serialization in Apache Kafka Using Apache Avro, Part 2 appeared first on Cloudera Blog....