youzan / nsqJavaSDK

nsq client for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

producer conenction leak after nsqd goes offline

DoraALin opened this issue · comments

producer connection from pool to nsqd remains after nsqd goes offline. as producer maintains min idle conecntion per nsq address(nsqd tcp address + topic info), a routine needed to find connections should expired in producer's conenction pool.