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
Describe the solution you'd like
Hi, for my purpose I would like to request an enhancement for julie, if possible to manage version of a schema on a topic declaration.
I would to force a version of my schema on schema registry.
So i'm expect that julie-ops, when find , as latest, a different version, replace the schema with a delete of the latest version
with command, for example
curl -X DELETE : /subjects/Kafka-value?permanent=true
and the register a new schema with expected versione in a subject
Thanks
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Hi, for my purpose I would like to request an enhancement for julie, if possible to manage version of a schema on a topic declaration.
I would to force a version of my schema on schema registry.
So i'm expect that julie-ops, when find , as latest, a different version, replace the schema with a delete of the latest version
with command, for example
curl -X DELETE : /subjects/Kafka-value?permanent=true
and the register a new schema with expected versione in a subject
Thanks
The text was updated successfully, but these errors were encountered: