This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new 70e781bd register sentinel ratelimit filter (#663)
70e781bd is described below
commit 70e781bdeae926c97cc74ccecb9f7a12ecef9292
Author: Alan <[email protected]>
AuthorDate: Sat Apr 19 22:54:50 2025 +0800
register sentinel ratelimit filter (#663)
---
pkg/pluginregistry/registry.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/pluginregistry/registry.go b/pkg/pluginregistry/registry.go
index 68db14c8..0209d96f 100644
--- a/pkg/pluginregistry/registry.go
+++ b/pkg/pluginregistry/registry.go
@@ -46,6 +46,7 @@ import (
_
"github.com/apache/dubbo-go-pixiu/pkg/filter/network/grpcconnectionmanager"
_
"github.com/apache/dubbo-go-pixiu/pkg/filter/network/httpconnectionmanager"
_ "github.com/apache/dubbo-go-pixiu/pkg/filter/prometheus"
+ _ "github.com/apache/dubbo-go-pixiu/pkg/filter/sentinel/ratelimit"
_ "github.com/apache/dubbo-go-pixiu/pkg/filter/tracing"
_ "github.com/apache/dubbo-go-pixiu/pkg/filter/traffic"
_ "github.com/apache/dubbo-go-pixiu/pkg/listener/http"