Skip to content

Instantly share code, notes, and snippets.

@johndstein
Created October 8, 2014 17:21
Show Gist options
  • Save johndstein/a76f48d12c3737b707cb to your computer and use it in GitHub Desktop.
Save johndstein/a76f48d12c3737b707cb to your computer and use it in GitHub Desktop.
kafka config
"kafka": {
"consumers": [{
"client": {
"connectionString": "localhost:2181"
},
"consumer": {
"topic": "job_result",
"groupId": "job_result"
}
}]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment