logstash-output-kafka 7.1.3 → 7.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14eccd6d0cf0355322f71c695b22dbde427dbf3104f1de337b49fbff797f25d6
4
- data.tar.gz: 0644aafca70c4c3282099d860f93dde7357b584e1edf25121892fc29d3c9290c
3
+ metadata.gz: da587fd5e7a8b9eede5f8ed782d58a8d46bf338f08f0fb550a1807e1c8880207
4
+ data.tar.gz: ca020fae2e2297baaf16aec146a9f443ed7c4fbbdf8ec2c2bdf6c2c266155a8a
5
5
  SHA512:
6
- metadata.gz: 5f0f59f5694e90216be5db01c84f80bd04b72fdfdad0731b7e25179993ae75b42460b7ada509303f2783c4b4cf8e06ca5dd3bb7c345be2c19f672a55b76573b1
7
- data.tar.gz: ba2c35940d8e7be69fc2e7445832941b8a7a00fd8862a0f8abe0ffeb1ec678a4be4bec7230217c0dc5ea5efe9ee63ee68414ec6f475e880eeb651f52ed6abc3e
6
+ metadata.gz: 456e4229b89ed727126f99bef7e8fa14f15a11d6109594ea5ea64b4509231caca0db68edb249e85791913921dc61d6d62aaa56e68205506c5004e10e901bb068
7
+ data.tar.gz: 574e093faea843d38ca18cd363c61cc41ed5d6927d66a6c78d03fc1be6ea7c9a60a85d055aef8fd2cc908aa48135c292471de45d539acb6d4eee71ea985fd8d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## 7.1.3
2
- - Fixed handling of receive buffer bytes setting [#204](https://github.com/logstash-plugins/logstash-output-kafka/pull/204)
1
+ ## 7.2.0
2
+ - Upgrade Kafka client to version 2.0.0
3
3
 
4
4
  ## 7.1.2
5
5
  - Fixed handling of two settings that weren't wired to the kafka client [#198](https://github.com/logstash-plugins/logstash-output-kafka/pull/198)
data/docs/index.asciidoc CHANGED
@@ -23,7 +23,7 @@ include::{include_path}/plugin_header.asciidoc[]
23
23
 
24
24
  Write events to a Kafka topic.
25
25
 
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.
26
+ This plugin uses Kafka Client 2.0.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.
27
27
 
28
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.
29
29
 
@@ -1,7 +1,7 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('org.apache.kafka', 'kafka-clients', '1.1.0')
4
+ require_jar('org.apache.kafka', 'kafka-clients', '2.0.0')
5
5
  require_jar('org.slf4j', 'slf4j-api', '1.7.25')
6
- require_jar('org.lz4', 'lz4-java', '1.4')
6
+ require_jar('org.lz4', 'lz4-java', '1.4.1')
7
7
  require_jar('org.xerial.snappy', 'snappy-java', '1.1.7.1')
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '7.1.3'
4
+ s.version = '7.2.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Writes events to a Kafka topic"
7
7
  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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.3
4
+ version: 7.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-27 00:00:00.000000000 Z
11
+ date: 2018-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -135,8 +135,8 @@ files:
135
135
  - logstash-output-kafka.gemspec
136
136
  - spec/integration/outputs/kafka_spec.rb
137
137
  - spec/unit/outputs/kafka_spec.rb
138
- - vendor/jar-dependencies/org/apache/kafka/kafka-clients/1.1.0/kafka-clients-1.1.0.jar
139
- - vendor/jar-dependencies/org/lz4/lz4-java/1.4/lz4-java-1.4.jar
138
+ - vendor/jar-dependencies/org/apache/kafka/kafka-clients/2.0.0/kafka-clients-2.0.0.jar
139
+ - vendor/jar-dependencies/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
140
140
  - vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
141
141
  - vendor/jar-dependencies/org/xerial/snappy/snappy-java/1.1.7.1/snappy-java-1.1.7.1.jar
142
142
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html