kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
418 stars 113 forks source link

Manage version on schema registry #527

Open DavideP79 opened 2 years ago

DavideP79 commented 2 years ago

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