zhaijack opened a new pull request #1547: Make client keepAliveInterval configurable in client side URL: https://github.com/apache/incubator-pulsar/pull/1547 ### Motivation Currently `keepAliveInterval` is hard coded as 30s in ClientCnx, Would like to make it configurable. ### Modifications Add `keepAliveIntervalSeconds` in ClientConfigurationData, to make it configurable. ### Result user could config client `keepAliveIntervalSeconds`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services