-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Schema registry support for Protobuf #232
Comments
In context of just deserialization I would propose:
If someone uses new config it would create a new deserializer. |
Hey @kleewho , in general I think we should have a shared config for schema registries as it will be easier to understand the config file if the "schemaRegistry Block" exists only in one place. I would expected the config to be split into a general
Additionally, I would ignore backwards compatibility in favor of a simpler code structure and less maintenance. |
@d-rk Sure! I have some code already in place. I'll adjust it to what you wrote and hopefully be back with a PR in next few weeks |
I'd like to add schema registry support for Protobuf. I'd love to put some work myself but I need some guidance on how the configuration should look like. Schema registry will require similar configuration as is already present for Avro, but I don't think it should be taken from there. Should it be mirrored on Protobuf side or maybe it should be shared config for both Avro and Protobuf?
The text was updated successfully, but these errors were encountered: