drainer到kafka时,如何配置相关权限

【概述】场景+问题概述
从tidb同步数据到下游的kafka集群

【TiDB 版本】
v4.0.7

drainer是通过扩容方式新添加的
cat scale-out-kafka.yaml
drainer_servers:

  • host: 10.103.236.178
    ssh_port: 22
    port: 8239
    deploy_dir: /data/tidb-deploy/drainer-8239
    data_dir: /data/tidb-data/drainer-8239
    commit_ts: -1
    config:
    syncer.db-type: kafka
    syncer.to.kafka-addrs: “10.9.0.10:9092,10.9.0.11:9092,10.9.0.59:9092”
    syncer.to.kafka-version: “2.4.1”
    syncer.to.kafka-max-messages: 1024
    syncer.to.topic-name: tidb-xiqu178-binlog-to-kafka
    arch: amd64
    os: linux

我的问题是:
我们的kafka集群配置了SASL SCRAM + ACL权限控制,那在drainer的配置中,要如何去配置呢?

在官档https://docs.pingcap.com/zh/tidb/stable/tidb-binlog-configuration-file#drainer中并没有发现有配置权限,如果有,帮忙发一下官档的链接,谢谢!

binlog 不支持,cdc 已经在计划支持了 https://github.com/pingcap/ticdc/pull/1789

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。