coolcoolercool opened a new issue, #4568: URL: https://github.com/apache/servicecomb-java-chassis/issues/4568
之前使用的是nacos作为注册中心,是支持的,举个例子 http://localhost:8080/query_service_name/query/xxx localhost:8080是网关的地址IP query_service_name是应用服务注册在nacos的注册服务名,相当于service comb的service name 这样请求,在SpringCloud网关不加任何路由规则是可以请求成功的 现在改成service comb为注册中心了,但是这种方式直接报错,网关报错404找不到了 也试过如下请求方式,但是也是同样报错, http://localhost:8080/appName:query_service_name/query/xxx 现在就是疑问,service comb支持这个功能吗,如果支持我该如何修改,还是版本问题? 请大佬指点 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
