ConduitIO / conduit

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.
https://conduit.io
Apache License 2.0
363 stars 42 forks source link

[Schemas] Ability to use Confluent's Schema Registry as the backend implementation #1562

Closed hariso closed 1 week ago

hariso commented 1 month ago

Part of #1560.

This issue is a continuation of #1561.

Here we change the connector utility service to use Confluent's Schema Registry to manage schemas. In pkg/plugin/processor/builtin/impl/avro/schemaregistry/client.go we have a caching client that can be used for this service.

We should also add a Docker compose file to install Apicurio Registry for local development purposes.

hariso commented 1 week ago

Done in #1630