logstash-integration-kafka 10.8.0-java → 10.8.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: a322e757007ef9c740f48a93ebe97aa50511a29b17450219ea4f2d08a49934e1
4
- data.tar.gz: 111a1d72591d14876f33dba65cfc29e6c9ae397397f295e3a94e5078b413eb3a
3
+ metadata.gz: ff8065a6958598d8e33ecd2f78f27d7ec2c0ce1334516966d41a4426d437a4bb
4
+ data.tar.gz: f5a04ae25fc6394751fd63ff0c76171db82b7fccdd9962d35c94c06f8b516c39
5
5
  SHA512:
6
- metadata.gz: bac61cfb956bb284df97746df68afc90b12b1d04186eba0cf27fc68886858dad965aefcf46566dc8e27e8a484b524c7ce8d3185d24d9412798e06defc9f78ab8
7
- data.tar.gz: f706aaad143f31fdd31ea47c5d1604f490f505f08329ecd07dff75201c51d1983701e79e2f74a52f484c860eb026a26880447e3b89a985dffeb7367728cab1ef
6
+ metadata.gz: d6a2630bb76e853e185c02933fe065be84e6d0f863e255e611e67b9de772b5661d09cf74fb8ba0e1df035e2742a9fbf73a3b00f2bb87801414e65d5043c9491c
7
+ data.tar.gz: e6ff413abd74c78f463d95f7c476fdecc2005cee804f426e56056e66300a785cf0789f73b5aa1d5aed4966d42a34a007b52361744612ecb5420891ff493c0df0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 10.8.1
2
+ - [DOC] Removed a setting recommendation that is no longer applicable for Kafka 2.0+ [#99](https://github.com/logstash-plugins/logstash-integration-kafka/pull/99)
3
+
1
4
  ## 10.8.0
2
5
  - Added config setting to enable schema registry validation to be skipped when an authentication scheme unsupported
3
6
  by the validator is used [#97](https://github.com/logstash-plugins/logstash-integration-kafka/pull/97)
@@ -415,7 +415,6 @@ The maximum delay between invocations of poll() when using consumer group manage
415
415
  an upper bound on the amount of time that the consumer can be idle before fetching more records.
416
416
  If poll() is not called before expiration of this timeout, then the consumer is considered failed and
417
417
  the group will rebalance in order to reassign the partitions to another member.
418
- The value of the configuration `request_timeout_ms` must always be larger than `max_poll_interval_ms`. ???
419
418
 
420
419
  [id="plugins-{type}s-{plugin}-max_poll_records"]
421
420
  ===== `max_poll_records`
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-kafka'
3
- s.version = '10.8.0'
3
+ s.version = '10.8.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.8.0
4
+ version: 10.8.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic