弹簧靴2,弹簧5,净重,反应型

时间:2018-10-08 06:38:23

标签: spring spring-boot netty reactive

我使用Spring Boot 2,webflux。我的设置是由docker swarm精心策划的微服务。每个ms通过服务名称和端口发送请求。看起来像这样:

http://cool_service_1:3434/helloflux

在日志中,我得到:

2018-10-07 15:13:27 WARN  ReactorHttpHandlerAdapter.java apply ReactorHttpHandlerAdapter:65 - Invalid URL for incoming request: Illegal character in hostname at index 11: http://cool_service_1:3434/helloflux

Web容器是Netty。有什么方法可以禁用检查主机名语法吗? 提前致谢, 奥列格(Oleg)

0 个答案:

没有答案