Confluent Schema Registry and Kafka REST Proxy

Confluent Schema Registry

Schema REST Operations:

Kafka Avro Console Producer and Consumer

kafka-avro-console-producer
kafka-avro-console-consumer

You can use these and a schema registry reference to leverage the schema registry for sending data to kafka

Reminder Schema Evolution

Write with Old Schema (v1) --> Read with New Schema (v2) is Backwards compatible

Kafka Schema Registry Deep Dive

References

Flashcards