Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

明确限流的Match语义 #282

Open
MouceL opened this issue Feb 3, 2023 · 0 comments
Open

明确限流的Match语义 #282

MouceL opened this issue Feb 3, 2023 · 0 comments
Assignees
Labels
advice advice/suggestion

Comments

@MouceL
Copy link
Contributor

MouceL commented Feb 3, 2023

whatever you want to say to slime developers

目前Match将header限流和query限流混合在一起,语义不明确,计划将其拆分

spec:
  sets:
    _base:
      descriptor:
      - action:
          fill_interval:
            seconds: 10
          quota: "2"
          strategy: "single"
        condition: "true"
        target:
          port: 9080
        matchRequest:
          headers:
          - name: key1
            exact_match: value1
          - name: key2
            exact_match: value2
          queryParams:
          - name: key3
            exact_match: value3
@MouceL MouceL added the advice advice/suggestion label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advice advice/suggestion
Projects
None yet
Development

No branches or pull requests

2 participants