logstash-input-kafka 6.3.2 → 6.3.3

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
  SHA1:
3
- metadata.gz: b06b71f4df8ecdda42aed0a84edd1b3628e8d9b3
4
- data.tar.gz: 7d90da1ec51686b3df424651784eaefb933b0676
3
+ metadata.gz: 4ec9424b83d007f9ce62a15c33cd5bb8a921048f
4
+ data.tar.gz: 403433a10c758ec560254bd1bedec25d0d743f2b
5
5
  SHA512:
6
- metadata.gz: 8dcf8af78c905b20ef38506c7a16cc4f09065065d2ec3351cc3a9343fb02539142351e53e98063aa5182a6561275eb30ae0b520c5601cec38fbe121bf89a4f67
7
- data.tar.gz: 4363abfff3ad562071a4093bd925001ea591dba5f902cd3f724b539c2f4f779daa604d4288d10335e8556b242ac5d79e11ca56602f340d0538cfbc02f7c76955
6
+ metadata.gz: 9e7fac9dbcbb1d6e644cdae7d6fffcaefbe987f0f3f4cc02589e828f42b9696035da82d76aaacce8f8c16f1fe6aafb08ca240e7676bdb498a2768001fb5d74b1
7
+ data.tar.gz: b37a27ef98728ca80da5e7468cf713f7a1d332ae93d2dd9313ba558b896c63b29bb48156ede23108af30f81ff2d310703c5f23d1189fb8687ae18864699a503b
@@ -1,3 +1,6 @@
1
+ ## 6.3.3
2
+ - Upgrade Kafka client to version 0.11.0.0
3
+
1
4
  ## 6.3.1
2
5
  - fix: Added record timestamp in event decoration
3
6
 
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Kafka input plugin
18
18
 
@@ -34,6 +34,7 @@ of Logstash and the Kafka input plugin:
34
34
  |0.9 |2.4.x - 5.x.x | 4.x.x |Works with the new getter/setter APIs (`event.set('[product][price]', 10)`)
35
35
  |0.10.0.x |2.4.x - 5.x.x | 5.x.x |Not compatible with the <= 0.9 broker
36
36
  |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
37
38
  |==========================================================
38
39
 
39
40
  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
549
550
 
550
551
 
551
552
  [id="plugins-{type}s-{plugin}-common-options"]
552
- include::{include_path}/{type}.asciidoc[]
553
+ include::{include_path}/{type}.asciidoc[]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-kafka'
3
- s.version = '6.3.2'
3
+ s.version = '6.3.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  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'
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"
@@ -16,9 +16,9 @@ Gem::Specification.new do |s|
16
16
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
17
17
 
18
18
  # Special flag to let us know this is actually a logstash plugin
19
- s.metadata = { 'logstash_plugin' => 'true', 'group' => 'input'}
19
+ s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'input'}
20
20
 
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'"
22
22
  s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.8.2'"
23
23
 
24
24
  s.add_development_dependency 'jar-dependencies', '~> 0.3.2'
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: 6.3.2
4
+ version: 6.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -137,26 +137,26 @@ files:
137
137
  - lib/logstash-input-kafka_jars.rb
138
138
  - lib/logstash/inputs/kafka.rb
139
139
  - lib/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar
140
- - lib/org/apache/kafka/kafka-clients/0.10.2.1/kafka-clients-0.10.2.1.jar
140
+ - lib/org/apache/kafka/kafka-clients/0.11.0.0/kafka-clients-0.11.0.0.jar
141
141
  - lib/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2.jar
142
142
  - lib/org/apache/logging/log4j/log4j-slf4j-impl/2.8.2/log4j-slf4j-impl-2.8.2.jar
143
- - lib/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
143
+ - lib/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
144
144
  - lib/org/xerial/snappy/snappy-java/1.1.2.6/snappy-java-1.1.2.6.jar
145
145
  - logstash-input-kafka.gemspec
146
146
  - spec/integration/inputs/kafka_spec.rb
147
147
  - spec/unit/inputs/kafka_spec.rb
148
- - vendor/jar-dependencies/runtime-jars/kafka-clients-0.10.2.1.jar
148
+ - vendor/jar-dependencies/runtime-jars/kafka-clients-0.11.0.0.jar
149
149
  - vendor/jar-dependencies/runtime-jars/log4j-api-2.8.2.jar
150
150
  - vendor/jar-dependencies/runtime-jars/log4j-slf4j-impl-2.8.2.jar
151
151
  - vendor/jar-dependencies/runtime-jars/lz4-1.3.0.jar
152
- - vendor/jar-dependencies/runtime-jars/slf4j-api-1.7.21.jar
152
+ - vendor/jar-dependencies/runtime-jars/slf4j-api-1.7.25.jar
153
153
  - vendor/jar-dependencies/runtime-jars/snappy-java-1.1.2.6.jar
154
154
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
155
155
  licenses:
156
156
  - Apache License (2.0)
157
157
  metadata:
158
158
  logstash_plugin: 'true'
159
- group: input
159
+ logstash_group: input
160
160
  post_install_message:
161
161
  rdoc_options: []
162
162
  require_paths:
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  - !ruby/object:Gem::Version
173
173
  version: '0'
174
174
  requirements:
175
- - jar 'org.apache.kafka:kafka-clients', '0.10.2.1'
175
+ - jar 'org.apache.kafka:kafka-clients', '0.11.0.0'
176
176
  - jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.8.2'
177
177
  rubyforge_project:
178
178
  rubygems_version: 2.4.8