alibaba / sentinel-golang

Sentinel Go enables reliability and resiliency for Go microservices
https://sentinelguard.io/
Apache License 2.0
2.76k stars 431 forks source link

feat: add traffic routing module #543

Open saicaca opened 1 year ago

saicaca commented 1 year ago

Describe what this PR does / why we need it

Implements https://github.com/alibaba/sentinel-golang/issues/508

Does this pull request fix one issue?

Implements https://github.com/alibaba/sentinel-golang/issues/508

Describe how you did it

Basically followed the design in https://github.com/alibaba/Sentinel/issues/3023.

Describe how to verify it

The implementation can be verified via go test.

Special notes for reviews

This PR is currently a work in progress.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

saicaca commented 11 months ago

for traffic governance related code, it may be better to commit pr to a separate v2 branch

I don't have permission to create a new branch in this repository. Could you please help me with that?