Replies: 2 comments 3 replies
-
As of now this library's main purpose is to do the conversion of data using Schema Registry, you can provide a schema when doing the conversion and it will be registered if needed. I do consider splitting this library, and have a seperate Schema Registry Client, that allows for getting just the schema and such, independent of (de) serializing data. I'm not entirely, sure if that would be worth the effort. |
Beta Was this translation helpful? Give feedback.
-
I gave it some thought and I'm thinking about adding a feature like |
Beta Was this translation helpful? Give feedback.
-
Hi
I didn't find any example how I can retrieve a schema(AvroSchema type) for some topic.
to_avro_schema, get_schema_and_id, get_schema are all private.
Does it make sense to make some of them public? Or probably I missed smth and it's possible now to retrieve Avro Schema using this crate?
Beta Was this translation helpful? Give feedback.
All reactions