如何在zuul代理中连接websocket url?

时间:2018-06-11 16:26:52

标签: spring spring-boot spring-websocket netflix-zuul

我在连接到内部调用websocket url的外部URL时面临问题,

我配置了我的yaml文件:

zuul:
  routes:
    default:
      path: /**/
      serviceId: sso-service
      url: http://<ext ip>/
      sensitiveHeaders:
  host:
    socket-timeout-millis: 500000

当我在过滤器中传递一些标头请求并运行我的应用程序时,它没有连接到ws:// localhost:8080 / hdr /并保持挂起状态。

请帮忙

0 个答案:

没有答案