ozangunalp / kafka-native

Kafka broker compiled to native using Quarkus and GraalVM.
Apache License 2.0
101 stars 13 forks source link

any plans for schema-registry ? #191

Open OleksandrKucherenko opened 2 months ago

OleksandrKucherenko commented 2 months ago

Hi,

usually kafka setup includes schema-registry. Do you have any plans to try to develop schema-registry-native?

refs:

ozangunalp commented 2 months ago

Hi,

Confluent products are out of scope for this project. You can check out the Apicurio Registry project which is an open-source schema registry implementation.

They are able to produce a native version apicurio/apicurio-registry-native:latest-snapshot but it is not released as part of the project.

I advise you to show your interest there.