mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
Large SecondsBehindMaster after restarting
Using mysql-binlog-connector-java through Debezium.
After shutting down the instance and starting it again, SecondsBehindMaster will show a high number. This is exactly the number of seconds passed between shutdown and restart.
This number will stay static, until a new DB event happens.
Is this normal behavior or a bug?
If it's normal, then how is it possible getting the real seconds behind master value?
Hi,
Anything new with this?