Skip to content

Commit

Permalink
it's -> its (influxdata#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dams authored and jeichorn committed Jul 24, 2017
1 parent 2b8f27b commit eac44be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/outputs/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
## Kafka topic for producer messages
topic = "telegraf"
## Telegraf tag to use as a routing key
## ie, if this tag exists, it's value will be used as the routing key
## ie, if this tag exists, its value will be used as the routing key
routing_tag = "host"
## CompressionCodec represents the various compression codecs recognized by
Expand Down Expand Up @@ -56,7 +56,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm

### Optional parameters:

* `routing_tag`: if this tag exists, it's value will be used as the routing key
* `routing_tag`: if this tag exists, its value will be used as the routing key
* `compression_codec`: What level of compression to use: `0` -> no compression, `1` -> gzip compression, `2` -> snappy compression
* `required_acks`: a setting for how may `acks` required from the `kafka` broker cluster.
* `max_retry`: Max number of times to retry failed write
Expand Down

0 comments on commit eac44be

Please sign in to comment.