瀏覽代碼

doc: Fix mistakes in README.md of sentinel-zuul-adapter (#1593)

master
HupJ GitHub 4 年之前
父節點
當前提交
ccd029ed0a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      sentinel-adapter/sentinel-zuul-adapter/README.md

+ 1
- 1
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.

<img width="792" src="https://user-images.githubusercontent.com/9305625/47277113-6b5da780-d5ef-11e8-8a0a-93a6b09b0887.png">



Loading…
取消
儲存