This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from d332f1b72 Revert "[ISSUE #2123] Feat/polaris ratelimit (#2127)" (#2129)
add 16f5a0f91 [ISSUE #2124] feat:support polaris router ability (#2132)
No new revisions were added by this update.
Summary of changes:
.../limit => cluster/router/polaris}/default.go | 7 +-
.../router/polaris/factory.go | 19 +-
cluster/router/polaris/router.go | 314 +++++++++++++++++++++
common/constant/polaris_key.go | 10 +-
filter/polaris/limit/limiter.go | 8 +-
go.mod | 2 +-
go.sum | 4 +-
imports/imports.go | 1 +
registry/polaris/listener.go | 6 +
9 files changed, 349 insertions(+), 22 deletions(-)
copy {filter/polaris/limit => cluster/router/polaris}/default.go (84%)
copy common/extension/service_name_mapping.go =>
cluster/router/polaris/factory.go (65%)
create mode 100644 cluster/router/polaris/router.go