AlbumenJ commented on issue #11524: URL: https://github.com/apache/dubbo/issues/11524#issuecomment-1429211341
> > https://cn.dubbo.apache.org/zh-cn/docs3-v2/java-sdk/advanced-features-and-usage/service/isolation-executor/ > > 改成默认就是 isolation 的配置,如果没有指定独立线程池就使用协议默认的,如果指定了就使用指定的。这样 internal 服务就可以直接使用特定的线程池去隔离 > > 这个配置只有 3.2 版本支持吗?看到还没有正式的发行版本。我们服务已经部署到生产上了,对稳定性要求较高。 目前的解决方案为改为接口级注册,同时添加 dubbo.application.register-consumer=false 配置,取消 MetadataService 接口发布来解决此问题的。 请问该方案是否有隐藏问题,或者是否有其他的更好的办法? 接口级的应该也还好,或者可以配置下 metadata-report 为 remote -- 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]
