From ccd029ed0a3e3e08c9b06ab3df473fa88861fe40 Mon Sep 17 00:00:00 2001 From: HupJ <576811031@qq.com> Date: Sat, 11 Jul 2020 10:58:32 +0800 Subject: [PATCH] doc: Fix mistakes in README.md of sentinel-zuul-adapter (#1593) --- sentinel-adapter/sentinel-zuul-adapter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-adapter/sentinel-zuul-adapter/README.md b/sentinel-adapter/sentinel-zuul-adapter/README.md index 9814a948bc..dcfd8de6af 100755 --- a/sentinel-adapter/sentinel-zuul-adapter/README.md +++ b/sentinel-adapter/sentinel-zuul-adapter/README.md @@ -64,7 +64,7 @@ As Zuul run as per thread per connection block model, we add filters around rout - `SentinelZuulPreFilter`: This pre-filter will regard all proxy ID (`proxy` in `RequestContext`) and all customized API as resources. When a `BlockException` caught, the filter will try to find a fallback to execute. - `SentinelZuulPostFilter`: When the response has no exception caught, the post filter will complete the entries. -- `SentinelZuulPreFilter`: When an exception is caught, the filter will trace the exception and complete the entries. +- `SentinelZuulErrorFilter`: When an exception is caught, the filter will trace the exception and complete the entries.