[General][Java SDK (Component)] TCP KeepAlive And Customized Heartbeat #14500
QBH-insist
started this conversation in
General
Replies: 1 comment 1 reply
-
Keepalive in L7 is better than L4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
If a customized heartbeat protocol is in place, is it necessary to enable TCP keepalive? I reviewed the Dubbo code and noticed
that
NettyClient
had keepalive set to true, butNettyServer
has is set to false by default.I think that a customized heartbeat protocol can check the socket for liveness and availability, is it correct?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions