You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
mkonzal
changed the title
Allow KafkaAvroSerializer to create different schema key than the topic name
Allow KafkaAvroSerializer to create different schema name than the topic name
Jun 10, 2021
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
The text was updated successfully, but these errors were encountered: