proxy.golang.org : github.com/alibaba/sentinel-golang/pkg/adapters/kitex : v0.0.0-20230417155415-7b454dbd8a07
* This package provides Sentinel integration for Kitex. For server side, users may append a Sentinel middleware to Kitex service, like: The plugin extracts service name and service method as the resource name by default. Users may provide customized resource name extractor when creating new Sentinel middleware (via WithResourceExtract options). Fallback logic: the plugin will return the BlockError by default if current request is blocked by Sentinel rules. Users may also provide customized fallback logic via WithBlockFallback(handler) options.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/alibaba/sentinel-golang/pkg/adapters/[email protected]
Published:
Indexed:
- github.com/alibaba/sentinel-golang v1.0.4
- github.com/cloudwego/kitex v0.3.4
- github.com/cloudwego/kitex-examples v0.1.0
- github.com/stretchr/testify v1.7.0