使用tiup安装tidb - binlog 配置kafka,报错

使用tiup安装tidb - binlog 配置kafka,报错

  • host: 10.10.10.123
    ssh_port: 22
    port: 8249
    deploy_dir: /data/tidb/deploy/drainer-8249
    data_dir: /data/tidb/data/drainer-8249
    config:
    syncer.db-type: kafka
    syncer.to.kafka-addrs: 10.10.10.124:9092
    syncer.to.kafka-version: 2.3.1
    syncer.to.topic-name: tidb_kfk
    arch: amd64
    os: linux

New topology could not be saved: immutable field changed:
added Drainers.1.Host with value ‘10.10.24.176’,
added Drainers.1.ssh_port with value ‘22’,
added Drainers.1.Port with value ‘8249’,
added Drainers.1.DeployDir with value ‘/data/tidb/deploy/drainer-8249’,
added Drainers.1.DataDir with value ‘/data/tidb/data/drainer-8249’,
added Drainers.1.Arch with value ‘amd64’,
added Drainers.1.OS with value ‘linux’

有没有官方配置模板可以参考?

这个是 tiup 的限制,请问修改前的配置是什么样子的。