Skip to content

Commit

Permalink
Add Kafka docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo committed Nov 3, 2016
1 parent 31ef62c commit ad91ed9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/static/breaking-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ bin/logstash-plugin install --version 4.0.1 logstash-output-kafka

The version numbers were found by checking the compatibility matrix for the individual plugins.

Specifically, for the Kafka input plugin, configs have changed a lot. Configuration `topic_id`
is replaced by `topics`. `zk_connect` is replaced by `bootstrap_servers` which are Kafka brokers. `consumer_id` is
replaced by `client_id`. Also, offsets are now stored in Kafka topics instead of Zookeeper. See <<plugins-inputs-kafka>>
for more information.

[float]
==== File Input

Expand Down

0 comments on commit ad91ed9

Please sign in to comment.