Skip to content

mysql to kafka  #353

@yvanu

Description

@yvanu

这样配置有问题吗?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"`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions