我正在研究注册HttpEndPoints的Vert.x服务发现。有没有办法在将HttpEndPoint发布到服务发现时指定ProxyOptions?
谢谢, -Rajani
答案 0 :(得分:0)
创建记录时,但在检索服务引用时,不提供选项。
ServiceReference reference = discovery.getReferenceWithConfiguration(record, new HttpClientOptions()
.setProxyOptions(proxyOptions)
.toJson());
在文档的retrieving a service reference部分对此进行了解释:
检索服务引用时,您可以传递用于的JsonObject 配置服务对象。