James Cheng
James Cheng
What testing did you do on this? Does it work properly when run with the latest kafka connect?
Can you update the README.md to use 1.0.0, and verify that the instructions work?
Thanks @d-rk ! I also don't have time to make the change myself, but I will leave this issue open for tracking purposes, in case someone else has a similar...
ngocdaothanh, My solution was to turn off turn off automatic reconnect, and detect the situation using a LifecycleListener: ``` public class ConnectionLifecycleListener implements LifecycleListener { public enum Reason { BINLOG_NOT_AVAILABLE...