We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For all DB connectors (mongo, mysql, postgres) Transfer can pull data from many tables. However, for Kafka it's possible to specify only 1 topic:
Topic: "my-kafka-topic"
It would be great, if Transfer can consume from multiple topics. The very same as Clickhouse's Kafka Engine.
src: type: kafka params: topics: - topic1 - topic2 - topic3
Boris.
The text was updated successfully, but these errors were encountered:
That's supported, but under different field. It's either topic or groupTopics
topic
groupTopics
See docs here https://doublecloud.github.io/transfer/docs/connectors/kafka.html
Sorry, something went wrong.
Docs btw slightly outdated as usual :D
No branches or pull requests
For all DB connectors (mongo, mysql, postgres) Transfer can pull data from many tables. However, for Kafka it's possible to specify only 1 topic:
It would be great, if Transfer can consume from multiple topics. The very same as Clickhouse's Kafka Engine.
Boris.
The text was updated successfully, but these errors were encountered: