Update client_id in kafka input and output readme
This commit is contained in:
@@ -11,7 +11,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
|
||||
topic = "telegraf"
|
||||
|
||||
## Optional client id
|
||||
# client_id = "my_client"
|
||||
# client_id = "Telegraf"
|
||||
|
||||
## Optional topic suffix configuration.
|
||||
## If the section is omitted, no suffix is used.
|
||||
|
||||
@@ -70,7 +70,7 @@ var sampleConfig = `
|
||||
brokers = ["localhost:9092"]
|
||||
## Kafka topic for producer messages
|
||||
topic = "telegraf"
|
||||
|
||||
|
||||
## Optional Client id
|
||||
# client_id = "Telegraf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user