Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Remove outdated recommendation for settings #99

Merged
merged 2 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 10.8.1
- [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)

## 10.8.0
- Added config setting to enable schema registry validation to be skipped when an authentication scheme unsupported
by the validator is used [#97](https://github.com/logstash-plugins/logstash-integration-kafka/pull/97)
Expand Down
1 change: 0 additions & 1 deletion docs/input-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ The maximum delay between invocations of poll() when using consumer group manage
an upper bound on the amount of time that the consumer can be idle before fetching more records.
If poll() is not called before expiration of this timeout, then the consumer is considered failed and
the group will rebalance in order to reassign the partitions to another member.
The value of the configuration `request_timeout_ms` must always be larger than `max_poll_interval_ms`. ???

[id="plugins-{type}s-{plugin}-max_poll_records"]
===== `max_poll_records`
Expand Down
2 changes: 1 addition & 1 deletion logstash-integration-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-integration-kafka'
s.version = '10.8.0'
s.version = '10.8.1'
s.licenses = ['Apache-2.0']
s.summary = "Integration with Kafka - input and output plugins"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
Expand Down