Skip to content

Instantly share code, notes, and snippets.

@andrewserff
Created May 20, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewserff/79e63d7b574e1e7e84e5 to your computer and use it in GitHub Desktop.
Save andrewserff/79e63d7b574e1e7e84e5 to your computer and use it in GitHub Desktop.
Example Simulation Config for the json-data-generator (https://github.com/acesinc/json-data-generator)
{
"workflows": [{
"workflowName": "jackieChan",
"workflowFilename": "jackieChanWorkflow.json"
}],
"producers": [{
"type": "kafka",
"broker.server": "192.168.59.103",
"broker.port": 9092,
"topic": "jackieChanCommand",
"flatten": false,
"sync": false
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment