-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementThis issue or pull request improves a featureThis issue or pull request improves a feature
Description
Problem
Schema normalization on Schema registry is disabled by default. We might need to enable it for some subjects.
Suggestion
Adding this information in the spec of the Schema resource
---
apiVersion: v1
kind: Schema
metadata:
name: myPrefix.topic-value # your subject name
spec:
normalize: true
schemaFile: schemas/topic.avsc # relative to kafkactl binaryWhen normalize is true, the API call to post the new subject version will use the query param: normalize=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementThis issue or pull request improves a featureThis issue or pull request improves a feature