BaoHeTaiHe opened a new issue, #548: URL: https://github.com/apache/rocketmq-connect/issues/548
使用的rocketmq版本5.3.1 按照文档操作有个报错:https://rocketmq.apache.org/zh/docs/connect/04RocketMQ%20Connect%20In%20Action1#%E5%90%AF%E5%8A%A8debezium-source-connector 在这一步:启动Debezium source connector 执行完: """ curl -X POST -H "Content-Type: application/json" http://127.0.0.1:8082/connectors/MySQLCDCSource -d '{ "connector.class": "org.apache.rocketmq.connect.debezium.mysql.DebeziumMysqlConnector", "max.task": "1", "connect.topicname": "debezium-mysql-source-topic", "kafka.transforms": "Unwrap", "kafka.transforms.Unwrap.delete.handling.mode": "none", "kafka.transforms.Unwrap.type": "io.debezium.transforms.ExtractNewRecordState", "kafka.transforms.Unwrap.add.headers": "op,source.db,source.table", "database.history.skip.unparseable.ddl": true, "database.history.name.srv.addr": "localhost:9876", "database.history.rocketmq.topic": "db-history-debezium-topic", "database.history.store.only.monitored.tables.ddl": true, "include.schema.changes": false, "database.server.name": "dbserver1", "database.port": 3306, "database.hostname": "数据库ip", "database.connectionTimeZone": "UTC", "database.user": "debezium", "database.password": "dbz", "table.include.list": "inventory.employee", "max.batch.size": 50, "database.include.list": "inventory", "snapshot.mode": "when_needed", "database.server.id": "184054", "key.converter": "org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter", "value.converter": "org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter" }' """ 报错详细信息如下:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org