GitHub user EarthChen edited a comment on the discussion: [Q/A][Java SDK (优雅下线相关)] 请问为啥Dubbo3使用triple协议,没有类似dubbo协议时的优雅下线通知机制,那优雅下线还会生效吗
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.https://github.com/apache/dubbo/pull/15926 GitHub link: https://github.com/apache/dubbo/discussions/15847#discussioncomment-15473157 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
