-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) DetailsDubbo协议具体的优雅下线类是这个:org.apache.dubbo.rpc.protocol.dubbo.DubboGracefulShutdown,实现的接口是org.apache.dubbo.rpc.GracefulShutdown。它在offline之前,会主动发送只读事件给channel; Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
EarthChen
Jan 12, 2026
Replies: 1 comment
-
|
This feature does exist, but the previous implementation logic was different — it was achieved by sending a GOAWAY frame when closing the channel. Now in version 3.3.7, it has been aligned with Dubbo's implementation.#15926 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EarthChen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature does exist, but the previous implementation logic was different — it was achieved by sending a GOAWAY frame when closing the channel. Now in version 3.3.7, it has been aligned with Dubbo's implementation.#15926