apache / rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ
https://rocketmq.apache.org/
Apache License 2.0
330 stars 216 forks source link

[Java] feat: should add default keepalive for grpc channel #870

Open absolute8511 opened 1 week ago

absolute8511 commented 1 week ago

Change-Id: Ie14d6990373cb011da3f4c60aef3ca280ed63819

Which Issue(s) This PR Fixes

Fixes #872

Brief Description

By default, the keep alive is not enabled. If the tcp has no response, without keep alive, it need longer time to find it broken.

How Did You Test This Change?