dynamicTopic模式下,发送到rabbitmq的routingKey,数据库名称会被自动转换为小写
canal 1.18
mysql 8.0
mq rabbitmq 4.1.5
在instance.properties里配置,当我修改student表
canal应该发送一条routingKey为myTest_student的消息
但是实际上发送的是mytest_student
#canal.mq.topic=canal.queue.default
canal.mq.dynamicTopic=myTest\\..*