We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd014e4 commit dd667ecCopy full SHA for dd667ec
README.md
@@ -18,6 +18,9 @@ This Go project implements a load balancer that supports two balancing methods:
18
- `local`: Spawns the specified amount of local servers.
19
- `external`: Reads server addresses from an external file (provided via `-path` flag).
20
- `-path`: Specifies the path to the external `.json` or `.yaml` configuration file (used with `-env external`).
21
+- `-healthCheck`: Runs health check on external servers provided within a configuration file (used with `-path`).
22
+- `-port`: Specifies port used to run load balancer service.
23
+- `-srv-port`: Specifies port used to run local servers for testing purposes.
24
25
### Example Usage
26
0 commit comments