mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
Make names of threads customizeable
While we already can pass in a ThreadFactorywhen bootstrapping the binlog client, any thread names will be overridden. This makes it more complex to keep track of individual threads in scenarios with multiple readers within a single application. I'd like to propose therefore an option for keeping the names of threads produced by the passed factory as is.