nginate / kafka-client

Kafka client in old plain java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper handling or channel close event

Kindrat opened this issue · comments

Kafka server may drop connection in case of malformed request payload. This will cause leaving orphaned futures in client context that will be removed only after timeout exceeded. We could make future fail immidiately after channel closing.