Skip to content

Commit

Permalink
Remove committed binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Sep 14, 2016
1 parent 3548739 commit ec4b306
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Binary file removed cmd/test/benthos_in_proc/benthos_in_proc
Binary file not shown.
49 changes: 49 additions & 0 deletions config/kafka_bridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"input": {
"type": "fan_in",
"fan_in": {
"inputs": [
{
"type": "kafka",
"kafka": {
"addresses": [
"localhost:9092"
],
"topic": "benthos_stream",
"consumer_group": "benthos_consumer_group",
"client_id": "benthos_kafka_input",
"partition": 0
}
},
{
"type": "ditto",
"kafka": {
"partition": 1
}
},
{
"type": "ditto",
"kafka": {
"partition": 2
}
},
{
"type": "ditto",
"kafka": {
"partition": 3
}
}
]
}
},
"output": {
"type": "zmq4",
"zmq4": {
"socket_type": "PUSH",
"bind": true,
"addresses": [
"tcp://*:5556"
]
}
}
}

0 comments on commit ec4b306

Please sign in to comment.