我正在使用debezium
0.9版进行一些POC,并且正在使用嵌入式Debezium配置运行标准的docker-ized mysql数据库。我遇到了这个问题:
Caused by: java.lang.IllegalStateException: Cannot read the binlog filename and position via 'SHOW MASTER STATUS'. Make sure your server is correctly configured
我怀疑是因为mysql
的独立配置或嵌入式配置,但是不确定如何继续和修复。有提示吗?