kafka-ops / julie

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

--dryRun option of julieOps does not detect schema changes & compatability with schema registry. #450

Open hansh0801 opened 2 years ago

hansh0801 commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am trying to manage schema in schema registry through julieops. As I continued testing, I realized that the dryrun option for schema changes didn't work as I expected. Perhaps julieops is a problem caused by not tracking the schema state.

Describe the solution you'd like A clear and concise description of what you want to happen.

Sounie commented 2 years ago

This is the type of functionality that was proposed in an old PR (254).

The organisation that I work for is using an old fork that includes that PR.

@purbon this is my explanation for not just upgrading to the latest release, that you asked about on another issue that seems to have been deleted.

purbon commented 2 years ago

Hi @Sounie that is fine, but for this purpose, backporting will not really help. I would suggest you can grab the related commits from here and just use it in. What do you think?

hansh0801 commented 2 years ago

When will the feature request be applied? I want to check the old PR.