Skip to content

Commit 3e41f09

Browse files
jguaylogstashmachinejsvd
authored
Specify that only headers with UTF-8 encoded values are supported in extended decoration (#174)
Co-authored-by: logstashmachine <[email protected]> Co-authored-by: João Duarte <[email protected]>
1 parent d10e643 commit 3e41f09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.5.1
2+
- Specify that only headers with UTF-8 encoded values are supported in extended decoration [#174](https://github.com/logstash-plugins/logstash-integration-kafka/pull/174)
3+
14
## 11.5.0
25
- Add "auto_create_topics" option to allow disabling of topic auto creation [#172](https://github.com/logstash-plugins/logstash-integration-kafka/pull/172)
36

docs/input-kafka.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ balance — more threads than partitions means that some threads will be idl
272272
* Accepted values are:
273273
- `none`: no metadata is added
274274
- `basic`: record's attributes are added
275-
- `extended`: record's attributes, headers are added
275+
- `extended`: record's attributes, headers are added (limited to headers with values using UTF-8 encoding)
276276
- `false`: deprecated alias for `none`
277277
- `true`: deprecated alias for `basic`
278278
* Default value is `none`

logstash-integration-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-integration-kafka'
3-
s.version = '11.5.0'
3+
s.version = '11.5.1'
44
s.licenses = ['Apache-2.0']
55
s.summary = "Integration with Kafka - input and output plugins"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+

0 commit comments

Comments
 (0)