Hi all, As describe in https://github.com/apache/incubator-shenyu/issues/2966. Currently when setting the fallback URI to external URIs, including registered APIs, it doesn’t work and will return 404 when circuit breaking. And it only works for URIs in the bootstrap(gateway). Below are 2 examples.
Setting `https://example.com/` as fallback URI, which is an external URI, it will return 404. [cid:[email protected]] Setting `http://localhost:9195/shenyu/plugin/findByName?name=sentinel` as fallback URI, which is an API in bootstrap, it works. [cid:[email protected]] My suggestion is not only support fallback URIs in bootstrap, but also for external URIs. Below is an example for setting `https://example.com/` as fallback URI after supporting external URIs. [cid:[email protected]] Please let me know if any comment or suggestion. Thanks, Han
