Skip to content

Commit 4fdb16f

Browse files
#205 Kafka upgraded to 0.11.0.0
1 parent f0210b0 commit 4fdb16f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.3.3
2+
- Upgrade Kafka client to version 0.11.0.0
3+
14
## 6.3.1
25
- fix: Added record timestamp in event decoration
36

docs/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ of Logstash and the Kafka input plugin:
3434
|0.9 |2.4.x - 5.x.x | 4.x.x |Works with the new getter/setter APIs (`event.set('[product][price]', 10)`)
3535
|0.10.0.x |2.4.x - 5.x.x | 5.x.x |Not compatible with the <= 0.9 broker
3636
|0.10.1.x |2.4.x - 5.x.x | 6.x.x |
37+
|0.11.0.0 |2.4.x - 5.x.x | 6.x.x |Not compatible with the <= 0.9 broker
3738
|==========================================================
3839

3940
NOTE: We recommended that you use matching Kafka client and broker versions. During upgrades, you should
@@ -549,4 +550,4 @@ Java Class used to deserialize the record's value
549550

550551

551552
[id="plugins-{type}s-{plugin}-common-options"]
552-
include::{include_path}/{type}.asciidoc[]
553+
include::{include_path}/{type}.asciidoc[]

logstash-input-kafka.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-kafka'
3-
s.version = '6.3.2'
3+
s.version = '6.3.3'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = 'This input will read events from a Kafka topic. It uses the high level consumer API provided by Kafka to read messages from the broker'
66
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"
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
# Special flag to let us know this is actually a logstash plugin
1919
s.metadata = { 'logstash_plugin' => 'true', 'group' => 'input'}
2020

21-
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.2.1'"
21+
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.11.0.0'"
2222
s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.8.2'"
2323

2424
s.add_development_dependency 'jar-dependencies', '~> 0.3.2'

0 commit comments

Comments
 (0)