kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manage version on schema registry

DavideP79 opened this issue · comments

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