Skip to content

Commit

Permalink
Merge pull request #1039 from sap-contributions/rename-lb_algo-to-loa…
Browse files Browse the repository at this point in the history
…dbalancing

Update RFC 0027: Unify load balancing property name
  • Loading branch information
beyhan authored Jan 9, 2025
2 parents e6af96f + c3e616a commit 671be28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toc/rfc/rfc-0027-generic-per-route-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ applications:
routes:
- route: example.com
options:
loadbalancing-algorithm: round-robin
loadbalancing: round-robin
connection-limit: 15
session-cookie: FOOBAR
trim-path: true
Expand Down Expand Up @@ -124,7 +124,7 @@ not final):
"some_key": "some_value"
},
"options": {
"lb-algo": "least-conn",
"loadbalancing": "least-conn",
"conn-limit": 100,
"cookie": "my-session-cookie",
"trim-path": true
Expand Down

0 comments on commit 671be28

Please sign in to comment.