Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the Schema normalized feature to julie #555

Open
chilaire-Iris opened this issue Nov 22, 2022 · 0 comments
Open

Adding the Schema normalized feature to julie #555

chilaire-Iris opened this issue Nov 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@chilaire-Iris
Copy link

Is your feature request related to a problem? Please describe.
We use the "normalize" option of kafka when we publish schemas to the registry

Describe the solution you'd like
I'd like to have one of :

  • an option for the command line to normalize schema (not the best one)
  • an option in the clientConfig file (good but not best)
  • an option in the topology descriptor like : (best one, cause usable by schema)
  - schemas:
          value.schema.file: "schema/testschema.avsc"
          value.compatibility: "BACKWARD"
          value.normalize: "true" #default "false"

Describe alternatives you've considered
Our current alternative is to not send our schema to the registry with Julie and using the old method after topic publication

Additional context
no more information

@chilaire-Iris chilaire-Iris added the enhancement New feature or request label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant