justxuewei commented on PR #1970: URL: https://github.com/apache/dubbo-go/pull/1970#issuecomment-1186154660
> > > > hi,这一块是后续的不基于优雅下限的任务的第一个小功能点,您提到的注册中心移除之后,就没有多少新的请求进来,这里目前是这个逻辑,但是之后使用不基于注册中心的实现的时候,不会直接拒绝这些新请求,而是让它们进入,并且处理之后在响应中携带相应的标识来让客户端感知到服务端处于下线期间。 目前的逻辑改成窗口期为0是不会影响到目前的下线逻辑,因此也是一个平滑升级。 Gotcha! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
