James Cheng

Results 7 comments of 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...

https://github.com/linkedin/cruise-control/pull/2180 has now been merged

Does this PR handle the case where a kafka cluster already has a topic called `delete`? And, does it prevent a topic from being created that is called `delete`?

Ah, right. All the other directories are `topic-partitionnum`. Thanks.