Does it support schema registration and setting compatibility ? #126
Answered
by
gklijs
antonmithun-work
asked this question in
Q&A
-
Hi, I'm using the schema_registry_converter library with Protobuf serialization and wanted to confirm:
I assume the library is only for serializing/deserializing data, and schema registration and compatibility are handled separately—please confirm. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gklijs
Jan 11, 2025
Replies: 1 comment 1 reply
-
Registration it can do, but only as part of the serialization. I did play with the idea to split this, and have a full schema registry client based on the open api docs. But right now only the parts are there that are strictly related to serializing/deserializing. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
antonmithun-work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Registration it can do, but only as part of the serialization. I did play with the idea to split this, and have a full schema registry client based on the open api docs. But right now only the parts are there that are strictly related to serializing/deserializing.