zhoudamin opened a new issue #1928:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1928
服务有2个端口,一个是tomcat的端口8080,一个是servicecomb给的rest端口8081。
get请求用8081,就可以走servicecomb的框架触发熔断。
问题:
post请求用8081端口,报404:
{
"message": "Not Found"
}
但是在框架上测试,是可以触发熔断的:
http://127.0.0.1:30103/testSchema/QryNetStatusController/app/data/v1.0.0/getNetStatus?userId=iot189&accessNumber=2314124
所以,对于post请求,我应该用哪个端口,来触发框架的熔断机制?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]