LOADBALANCERCLIENTFACTORY.PROPERTY_NAME如何设置?

发布于 2025-01-22 09:52:28 字数 370 浏览 0 评论 0原文

我正在尝试开发一个自定义发现,但是当它使用lb://时,它无法正常工作。我已经在应用程序类中使用@import(loadBalancerClientConfiguration.Class)@import(load> @import)进行了discoveryclientserviceInstancelistSupplier

浏览代码的概念,

this.serviceId = environment.getProperty(PROPERTY_NAME);

但是当我调试它时,我会为该值null

I'm trying to develop a custom DiscoveryClient but when it uses lb:// it doesn't work correctly. I have instatiated a DiscoveryClientServiceInstanceListSupplier using @Import(LoadBalancerClientConfiguration.class) in the application class.

Looking through the code there is notion of

this.serviceId = environment.getProperty(PROPERTY_NAME);

but whenver I debug it, I get null for that value.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文