schema-registry icon indicating copy to clipboard operation
schema-registry copied to clipboard

Integration of schema registry without kafka

Open Shukla-Ankur opened this issue 2 years ago • 2 comments

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.

Shukla-Ankur avatar Aug 07 '22 17:08 Shukla-Ankur

confluent-schema-registry only work with Kafka

https://github.com/Apicurio/apicurio-registry can work with a SQL database

raphaelauv avatar Aug 20 '22 19:08 raphaelauv

To clarify, your application doesn't need to use Kafka, but this Registry does

OneCricketeer avatar Sep 18 '22 04:09 OneCricketeer