logstash-integration-kafka 10.7.0-java → 10.7.1-java

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: 166b8a4d60aaa51f4c22e6ba98f5ecf9c5991ce853c3dfa8ae15c85ad28ad4bd
4
- data.tar.gz: 1fb417190daa76b08596d8c35df7004b0f1ea284eff347ab7bd5eaeabd004e0d
3
+ metadata.gz: d68bf1e5dada6ec2bea00b759962a1cf0db3b1555c38ffd2f5f4a84178a79d9e
4
+ data.tar.gz: d41de9544b85313e5f064d68304be2044a77837e3a55778836cb0f04da085b76
5
5
  SHA512:
6
- metadata.gz: 25150a143b4ccd2375572697df7bafadc87b35930f11e9916a7db1a25a69830ab1e3ae4a2d32119bc127c81af557af277188ef705fed24d1c8f1929e5bc1e73d
7
- data.tar.gz: 845de0baed1db54a6ec2901b92665deca90a21f40b00400a5ae5490d6355f3771048547b158dbe19b8c7ac66587398640052c6295546793ee95251df276e35af
6
+ metadata.gz: 7b25d38f7e6014889a03060e38f04bdfde157dcec9a7bb5567936cdae636c83448594cc53941980363b463521561ab27bc4d2bc1ad9c4d3f2a1f4f83cca11878
7
+ data.tar.gz: 88244076005fa307881cf3b5108fb0c2f274b8e03f9238fda2f629799ab4751c9d1c7ab09148d67894191045e676686d479c1612ce112d597654d576b5652b0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
+ ## 10.7.1
2
+ - Fix: dropped usage of SHUTDOWN event deprecated since Logstash 5.0 [#71](https://github.com/logstash-plugins/logstash-integration-kafka/issue/71)
3
+
1
4
  ## 10.7.0
2
5
  - Switched use from Faraday to Manticore as HTTP client library to access Schema Registry service
3
- to fix issue [#63](https://github.com/logstash-plugins/logstash-integration-kafka/issue/63)
6
+ to fix issue [#63](https://github.com/logstash-plugins/logstash-integration-kafka/pull/63)
4
7
 
5
8
  ## 10.6.0
6
9
  - Added functionality to Kafka input to use Avro deserializer in retrieving data from Kafka. The schema is retrieved
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-integration-kafka.svg)](https://travis-ci.org/logstash-plugins/logstash-integration-kafka)
3
+ [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-integration-kafka.svg)](https://travis-ci.com/logstash-plugins/logstash-integration-kafka)
4
4
 
5
5
  This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
@@ -224,7 +224,6 @@ class LogStash::Outputs::Kafka < LogStash::Outputs::Base
224
224
  end
225
225
 
226
226
  events.each do |event|
227
- break if event == LogStash::SHUTDOWN
228
227
  @codec.encode(event)
229
228
  end
230
229
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-kafka'
3
- s.version = '10.7.0'
3
+ s.version = '10.7.1'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Integration with Kafka - input and output plugins"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.7.0
4
+ version: 10.7.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-03 00:00:00.000000000 Z
11
+ date: 2021-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement