schema-registry
schema-registry copied to clipboard
Integration of schema registry without kafka
I am developing an application which uses Schema Registry and allows clients to send data to any other platform. So I am not necessarily publishing messages to kafka. Is there any documentation on how to integrate and use Schema registry with a custom application which is not publishing to kafka? All the documentation I could find is around using registry with kafka.
confluent-schema-registry only work with Kafka
https://github.com/Apicurio/apicurio-registry can work with a SQL database
To clarify, your application doesn't need to use Kafka, but this Registry does