hortonworks / registry

Schema Registry
Apache License 2.0
15 stars 8 forks source link

Allow KafkaAvroSerializer to create different schema name than the topic name #743

Open mkonzal opened 3 years ago

mkonzal commented 3 years ago

I would like to use multiple schemas as a value in single Kafka topic. Currently it is not possible with KafkaAvroSerializer. It uses always the topic name. The serializer from confluent provides the possiblity to define key/value schema name strategy

key.subject.name.strategy value.subject.name.strategy