Skip to content

Commit

Permalink
Examples/Kafka: Make a more complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Oct 25, 2023
1 parent f3f5533 commit 0084456
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/examples/kafka/http_to_kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
},
"senders": {
"kaf": {
"type": "kafka",
"address": "localhost:9092",
"topic": "quickstart",
"sync": true
}
"type": "kafka",
"address": "broker01.example.com:9092",
"tls": true,
"clientid": "skogul",
"username":"demouser",
"password":"passwordforyou",
"topic": "com.example.foobar",
"sync": true
}
}
}

0 comments on commit 0084456

Please sign in to comment.