logstash-input-kafka 8.3.1 → 9.0.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: 3d14531ca81a459cd260b4eed126553cbee76ae32113da3ad32a80ea5093c2d1
4
- data.tar.gz: ba7d4380af53d089a548422f438d8c9047b270e0900da0307ec9ec03924a4aeb
3
+ metadata.gz: 82a561e76f34f935cb59203d4bc95d1736f04b2405a9d7b9d382bcb2b89bb4ee
4
+ data.tar.gz: 97a5f7ed0638e3295ef33cca7dbeddf88e91645bd2ce1a5b08a346ccfb3a7c3e
5
5
  SHA512:
6
- metadata.gz: de60dc61d88652b848d42509d56813eccc7a01b82411b882649e048f352a228d7f316671c07b3a97d1e6ed8da2a370983b6288148f8e587a29bf63dce97e15a8
7
- data.tar.gz: 7017be1e88a50ba88114a05e9170e0c8752810d2a49e5ecaa55f76c4eada84396b54a1838f34210244796dc4ae3b459e758da1ea3ef0346be221484aea3b1b3a
6
+ metadata.gz: 2c06fa1cd43f3cfb59b11e7f60b0e66ce051122ec338f61310b81ae943db6b71ca5573a3af126d60cec86cbd81f95679f9cc8eb2985a6fc2c537075f0fc68587
7
+ data.tar.gz: de58c0a4053a123826417a4ad90397bc85ea04d6df09b02547048683529e9fd14d7c7657820629419eae446e2b396b43694ae8662bc5d5f17585ee5f78d51535
@@ -1,5 +1,8 @@
1
+ ## 9.0.0
2
+ - Removed obsolete `ssl` option
3
+
1
4
  ## 8.3.1
2
- - Added support for kafka property ssl.endpoint.identification.algorithm #302(https://github.com/logstash-plugins/logstash-input-kafka/pull/302)
5
+ - Added support for kafka property ssl.endpoint.identification.algorithm #302(https://github.com/logstash-plugins/logstash-input-kafka/pull/302)
3
6
 
4
7
  ## 8.3.0
5
8
  - Changed Kafka client version to 2.1.0
@@ -159,8 +159,6 @@ class LogStash::Inputs::Kafka < LogStash::Inputs::Base
159
159
  config :topics_pattern, :validate => :string
160
160
  # Time kafka consumer will wait to receive new messages from topics
161
161
  config :poll_timeout_ms, :validate => :number, :default => 100
162
- # Enable SSL/TLS secured communication to Kafka broker.
163
- config :ssl, :validate => :boolean, :obsolete => "Use security_protocol => 'SSL'"
164
162
  # The truststore type.
165
163
  config :ssl_truststore_type, :validate => :string
166
164
  # The JKS truststore path to validate the Kafka broker's certificate.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-kafka'
3
- s.version = '8.3.1'
3
+ s.version = '9.0.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.3.1
4
+ version: 9.0.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-12-19 00:00:00.000000000 Z
11
+ date: 2019-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement