LOADBALANCERCLIENTFACTORY.PROPERTY_NAME如何设置?
我正在尝试开发一个自定义发现,但是当它使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论