confluentinc / schema-registry

Confluent Schema Registry for Kafka
https://docs.confluent.io/current/schema-registry/docs/index.html
Other
2.22k stars 1.11k forks source link

Integration of schema registry without kafka #2362

Open Shukla-Ankur opened 2 years ago

Shukla-Ankur commented 2 years ago

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.

raphaelauv commented 2 years ago

confluent-schema-registry only work with Kafka

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

OneCricketeer commented 2 years ago

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