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 binary
Additional Context
Linked feature on ns4kafka project define here
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
Additional Context
Linked feature on ns4kafka project define here