Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mkonzal opened this issue Jun 10, 2021 · 0 comments

Comments

@mkonzal
Copy link

mkonzal commented 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

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

@mkonzal 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants