liubao68 commented on issue #4744: URL: https://github.com/apache/servicecomb-java-chassis/issues/4744#issuecomment-2693572717
参考 https://github.com/apache/servicecomb-java-chassis/pull/4670/files 。 最新版本对注册流程进行了调整, 服务注册完成后,框架不主动更新实例状态。 需要业务自己监听 `AFTER_REGISTRY`事件来更新实例状态。 (因为很多的场景,业务需要自己控制更新实例状态的时机) 按照这个新的调整, 貌似能够解决你们的问题,可以试试。 -- 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]
