Skip to content

Commit cfd42e4

Browse files
committed
update text about kafka compatibility wiki
1 parent 42751f3 commit cfd42e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 7.0.11
1+
## 7.1.0
22
- Internal: Update build to gradle
33
- Upgrade Kafka client to version 1.1.0
44

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ include::{include_path}/plugin_header.asciidoc[]
2323

2424
Write events to a Kafka topic.
2525

26-
This plugin uses Kafka Client 1.1.0. For broker compatibility, see the official https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix[Kafka compatibility reference].
26+
This plugin uses Kafka Client 1.1.0. For broker compatibility, see the official https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix[Kafka compatibility reference]. If the linked compatibility wiki is not up-to-date, please contact Kafka support/community to confirm compatibility.
2727

28-
If you're using a plugin version that was released after {version}, see the https://www.elastic.co/guide/en/logstash/master/plugins-inputs-kafka.html[latest plugin documentation] for updated information about Kafka compatibility. If you require features not yet available in this plugin (including client version upgrades), please file an issue with details about what you need.
28+
If you require features not yet available in this plugin (including client version upgrades), please file an issue with details about what you need.
2929

3030
This output supports connecting to Kafka over:
3131

logstash-output-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-kafka'
4-
s.version = '7.0.11'
4+
s.version = '7.1.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Writes events to a Kafka topic"
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)