Skip to content

Instantly share code, notes, and snippets.

@allenlsy
Created December 8, 2019 19:41
Show Gist options
  • Select an option

  • Save allenlsy/2c3d599dd653ff08d093a9efd59ff1c9 to your computer and use it in GitHub Desktop.

Select an option

Save allenlsy/2c3d599dd653ff08d093a9efd59ff1c9 to your computer and use it in GitHub Desktop.
Simple network topology definition in WSIP
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