- io.confluent.kafka.serializers.KafkaAvroSerializer/Deserializer
- io.confluent.connect.avro.AvroConverter
- Any UI tool that supports Confluent Schema Registry.
Schema Registry
Introduction
Schema Registry serves as a central hub to handle and validate schemas for message data related to Kafka topics.
It also manages serialization and deserialization of data over the network.
This aids producers and consumers in maintaining data consistency and compatibility as schemas change.
Schema Registry by Upstash is API compatible with the Confluent Schema Registry. That means you can use
it with: