Replies: 1 comment 1 reply
-
I'd try to do it in-house first and see if works well. You should be able to take inspiration from the existing schema registry clients in the repo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're currently using an AWS MSK Kafka repo with self-managed Confluent Schema Registry instances as the core of our data event capture system. We're use avro_turf in our (Rails) clients for schema support. Noticed the managed schema repository component of AWS Glue offering, was wondering how much work it would be to extend/generalize the avro turf messaging api to allow using that repo to back it, instead of the Confluent one? Would there be interest in such a patch? Anyone else already do this?
Beta Was this translation helpful? Give feedback.
All reactions