Skip to content

Instantly share code, notes, and snippets.

@rdhabalia
Created January 7, 2019 22:49
Show Gist options
  • Save rdhabalia/327811e9b0f75f7680acc07c6149ed9f to your computer and use it in GitHub Desktop.
Save rdhabalia/327811e9b0f75f7680acc07c6149ed9f to your computer and use it in GitHub Desktop.
workload.yaml
name: 1 topic / 1 partition / 1Kb / 80000 per second
topics: 1
partitionsPerTopic: 1
keyDistributor: "NO_KEY"
messageSize: 1024
payloadFile: "payload/payload-1Kb.data"
subscriptionsPerTopic: 1
consumerPerSubscription: 1
producersPerTopic: 1
producerRate: 80000
consumerBacklogSizeGB: 0
testDurationMinutes: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment