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

SchemaNameToTopic transform question #83

Open
OuesFa opened this issue Nov 18, 2021 · 0 comments
Open

SchemaNameToTopic transform question #83

OuesFa opened this issue Nov 18, 2021 · 0 comments

Comments

@OuesFa
Copy link

OuesFa commented Nov 18, 2021

Hi 👋
I'm using kafka topic to store messages with different avro schemas. Schema are stored within Confluent SR.
I would like to send messages from the same topic to different destinations (BQ tables using Kafka Connect BQ sink) depending on the schema of the message.
The SchemaNameToTopic seems to be promising, I would use it to change the topic name for every message depending on its schema, then the BQ sink connector would store the message within a table with the topic name.

Am I understanding it correctly?

If so, is there any config usage example of this transform please?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant