mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
f0656a295a
commit
e6e082c301
1 changed files with 5 additions and 0 deletions
5
docs/static/breaking-changes.asciidoc
vendored
5
docs/static/breaking-changes.asciidoc
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue