dothetrick / binlogportal

mysql binlog同步工具
130 stars 58 forks source link

你好,如何实现关闭客户端 #2

Closed jiaoshougao closed 2 years ago

dothetrick commented 3 years ago

目前的版本里没有获取client的需求,客户端会在程序结束时关闭。 下个版本里会添加获取client的接口,获取后可以调用close方法关闭。

dothetrick commented 2 years ago

已提供获取客户端的方法,可通过disconnect()关闭。 d1 = binlogPortalStarter.getClientByDbKey("d1"); d1.disconnect();