These days Schema Registry is “the” tool if you want to work with schemas in your Kafka cluster. It keeps track of different versions, allows for compatibility between schemas, has support for different format types (json, avro, protobuf,…) and much more. If at this point all of this is a…