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
这样配置有问题吗?kafka里面没有数据 `name = "mysql2mysqlDemo" version = "1.0"
[input] type = "mysql" mode = "stream"
[input.config.source] host = "" username = "" password = "***" port = 3306
[[input.config.table-configs]] schema = "test" table = "test_source_table"
[output] type = "async-kafka"
[output.config.kafka-global-config] broker-addrs = ["**:9092"] mode = "async"
[[output.config.routes]] match-schema = "test" match-table = "test_source_table" dml-topic = "test"`
The text was updated successfully, but these errors were encountered:
有日志么,insert 一行没反应?
Sorry, something went wrong.
No branches or pull requests
这样配置有问题吗?kafka里面没有数据
`name = "mysql2mysqlDemo"
version = "1.0"
[input]
type = "mysql"
mode = "stream"
[input.config.source]
host = ""
username = ""
password = "***"
port = 3306
[[input.config.table-configs]]
schema = "test"
table = "test_source_table"
[output]
type = "async-kafka"
[output.config.kafka-global-config]
broker-addrs = ["**:9092"]
mode = "async"
kafka 路由的定义
[[output.config.routes]]
match-schema = "test"
match-table = "test_source_table"
dml-topic = "test"`
The text was updated successfully, but these errors were encountered: