Skip to content

Commit fe92db7

Browse files
Upgrade to Kafka 1.0.0
Fixes #240
1 parent b0c1992 commit fe92db7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 8.0.4
2+
- Upgrade Kafka client to version 1.0.0
3+
14
## 8.0.3
25
- Update gemspec summary
36

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export KAFKA_VERSION=0.10.2.1
1+
export KAFKA_VERSION=1.0.0
22
./kafka_test_setup.sh
33
bundle install
44
bundle exec rake vendor

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 = '8.0.3'
3+
s.version = '8.0.4'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Reads events from a Kafka topic"
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', 'logstash_group' => 'input'}
2020

21-
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.11.0.0'"
21+
s.requirements << "jar 'org.apache.kafka:kafka-clients', '1.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)