logstash-input-kafka 8.2.1 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26d0f20acb9dc9c57efddaa2a57d3fd5dcfb31fba24171aaa1504ca0d93ee323
4
- data.tar.gz: e3cce61eddd09058f696dcce58e16f004da0cb48b251d0a586e16ebc203942c9
3
+ metadata.gz: b58b33ed1e40dfe7faac9dea116d029d888ed40289c11b060a1c62ec5504953b
4
+ data.tar.gz: 4271ea1aae66d465e301a679fa6e4807ab96f42519ceb1c6afdbf38952ecd4ff
5
5
  SHA512:
6
- metadata.gz: e3cf7463772bb94119f4ce41993fedad07aa1cad4a24dfe2132780320a92774d2e3380f2d09cb7c06422c35c8c7b77e4529de05408f95f1408917cd4b95f2e3b
7
- data.tar.gz: b45ae8e3a2af2546d2e224618e09689deb700cd8600f045620b940d5618d6c615b86122a0fda5df3677817a4c6cb3641286bdaf0630c71a213d455f1d7f04a4f
6
+ metadata.gz: 0cb53feb251ee68d67eee5cbe2cfcebc41106450b492bd79b123fb788b1377fd1d962dc744eaa8e7eac5bab621a5f7b296181f25ee9722d42275038c554b65c1
7
+ data.tar.gz: 6f2317ddb35c5355135e9594cc5cc233b67b77f902c9624e675621e4655bff3625ffbb092dda1689c09efda4a8c792961c3a3e05066f70f21dde3116d5c5cebe
@@ -1,3 +1,6 @@
1
+ ## 8.3.0
2
+ - Changed Kafka client version to 2.1.0
3
+
1
4
  ## 8.2.1
2
5
  - Changed Kafka client version to 2.0.1 [#295](https://github.com/logstash-plugins/logstash-input-kafka/pull/295)
3
6
 
@@ -23,7 +23,7 @@ include::{include_path}/plugin_header.asciidoc[]
23
23
 
24
24
  This input will read events from a Kafka topic.
25
25
 
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.
26
+ This plugin uses Kafka Client 2.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.
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,8 @@
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', '2.0.1')
4
+ require_jar('org.apache.kafka', 'kafka-clients', '2.1.0')
5
+ require_jar('com.github.luben', 'zstd-jni', '1.3.7-3')
5
6
  require_jar('org.slf4j', 'slf4j-api', '1.7.25')
6
- require_jar('org.lz4', 'lz4-java', '1.4.1')
7
- require_jar('org.xerial.snappy', 'snappy-java', '1.1.7.1')
7
+ require_jar('org.lz4', 'lz4-java', '1.5.0')
8
+ require_jar('org.xerial.snappy', 'snappy-java', '1.1.7.2')
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-kafka'
3
- s.version = '8.2.1'
3
+ s.version = '8.3.0'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Reads events from a Kafka topic"
6
6
  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-input-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.1
4
+ version: 8.3.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-11-21 00:00:00.000000000 Z
11
+ date: 2018-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -141,10 +141,11 @@ files:
141
141
  - logstash-input-kafka.gemspec
142
142
  - spec/integration/inputs/kafka_spec.rb
143
143
  - spec/unit/inputs/kafka_spec.rb
144
- - vendor/jar-dependencies/org/apache/kafka/kafka-clients/2.0.1/kafka-clients-2.0.1.jar
145
- - vendor/jar-dependencies/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
144
+ - vendor/jar-dependencies/com/github/luben/zstd-jni/1.3.7-3/zstd-jni-1.3.7-3.jar
145
+ - vendor/jar-dependencies/org/apache/kafka/kafka-clients/2.1.0/kafka-clients-2.1.0.jar
146
+ - vendor/jar-dependencies/org/lz4/lz4-java/1.5.0/lz4-java-1.5.0.jar
146
147
  - vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
147
- - vendor/jar-dependencies/org/xerial/snappy/snappy-java/1.1.7.1/snappy-java-1.1.7.1.jar
148
+ - vendor/jar-dependencies/org/xerial/snappy/snappy-java/1.1.7.2/snappy-java-1.1.7.2.jar
148
149
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
149
150
  licenses:
150
151
  - Apache-2.0