Skip to content

Adding the Schema normalized feature to julie #555

@chilaire-Iris

Description

@chilaire-Iris

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions