kubemq-io / kubemq-Java

Java client library for KubeMQ server
https://kubemq.io
MIT License
27 stars 10 forks source link

add: option to configure keepalive time #12

Closed dikshant closed 1 year ago

dikshant commented 3 years ago

In certain cases when KubeMQ is configured behind a load balancer the connections may get dropped by the LB if nothing is received for a period of time. Adding a configurable keep alive will help alleviate this issue. By default it is disabled.