You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @adaptivecchinitz thank you for using this plugin and the kind words 🙇
The Subject name is required for remote references by the Schema Registry client. IIRC it's the name that will be registered in the Schema Registry.
For the local reference in Avro you are probably right, it doesn't seem to be used with the custom Avro implementation. I am planning to try to improve the local schema parsing (see #162) and that may change. Also I don't want to add a breaking change on the Subject and I kinda like the consistency of the API even for distinct Schema type.
So It will probably stay like this for now.
It appears that I can type whatever I want for the name, and the task still resolves the references and registers my schemas just fine.
I took a quick look in the source code, and don't think I saw the name used in the Avro schema parser, only in the Json schema parser.
Am I missing a spot that uses the name when working with Avro? If the name matters, I'd like to make sure I set it correctly.
Thanks!
And thanks, in general, for your work on this plugin! It's very useful!
The text was updated successfully, but these errors were encountered: