logstash-input-kafka 5.0.5 → 5.0.6

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: b1b7a40fda83cae37949a0f0ba0af1b0fc5d929c
4
- data.tar.gz: e136107cf74d443b112d5e792b83143fa5acc6d9
3
+ metadata.gz: e514f65b45c9b98ff3e293b2e7a48e683115d18d
4
+ data.tar.gz: 5aca38ab5940c52a141addab0504652262dd727b
5
5
  SHA512:
6
- metadata.gz: 8034561085a1156bcb0a577858ffa69e7d50aa2ca3e41526f7f3810d83ad7ac128979d88ccb63f141d01821c71d11c00354a91190e55ca26a6ba53d2deaa01eb
7
- data.tar.gz: 8bfb557e53ee50659184aa5ab98d0833148900e5dff9b106be1d82c9a6a42ccc06191839ccdcf614408d50796a714b9412465c722bb571dd8bd02c29844fe016
6
+ metadata.gz: b5f313584a6b291bf1d409c8a4a8ed242d631468b0252809f9aa3d10b3eec0527723d2c995c51208db050dabfe1dc342cf563dab4b56b849c39c9080ae4ff24f
7
+ data.tar.gz: 70546e9093fbe5412ba7e258b0c6de02d678ffc5649a6a4c6d17f1b9eaf35325311fef03c84de3eee5b171a631d5f4dcfc940df582276a35238cabe06f52f821
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.0.6
2
+ - default `poll_timeout_ms` to 100ms
3
+
1
4
  ## 5.0.5
2
5
  - place setup_log4j for logging registration behind version check
3
6
 
@@ -143,7 +143,7 @@ class LogStash::Inputs::Kafka < LogStash::Inputs::Base
143
143
  # The topics configuration will be ignored when using this configuration.
144
144
  config :topics_pattern, :validate => :string
145
145
  # Time kafka consumer will wait to receive new messages from topics
146
- config :poll_timeout_ms, :validate => :number
146
+ config :poll_timeout_ms, :validate => :number, :default => 100
147
147
  # Enable SSL/TLS secured communication to Kafka broker.
148
148
  config :ssl, :validate => :boolean, :default => false
149
149
  # 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 = '5.0.5'
3
+ s.version = '5.0.6'
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"
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: 5.0.5
4
+ version: 5.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-15 00:00:00.000000000 Z
11
+ date: 2016-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement