Skip to content

load-balancing #8

@Semior001

Description

@Semior001

allow user to introduce several upstreams for a match, e.g.:

  - match:
      uri: "com.github.Semior001.groxy.example.mock..Upstream/Get"
    forward:
      upstreams:
        - example-1
        - example-1-replica
      load-balancing: round-robin

remove the "upstream" field from the config, consumers now must specify a list of upstreams, optionally setting the load balancing policy, default is round-robin

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions