Created
December 8, 2019 19:41
-
-
Save allenlsy/2c3d599dd653ff08d093a9efd59ff1c9 to your computer and use it in GitHub Desktop.
Simple network topology definition in WSIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults: | |
| requestSize: 1 KB | |
| responseSize: 1 KB | |
| numReplicas: 5 | |
| clientImage: tahler/fortio:prometheus | |
| serverImage: tahler/isotope-service:1 | |
| services: | |
| - name: a | |
| - name: b | |
| script: | |
| - call: d | |
| - name: c | |
| isEntrypoint: true | |
| script: | |
| - call: a | |
| - call: b | |
| - name: d | |
| script: | |
| - call: a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment