Skip to content

Commit b365f48

Browse files
committed
set default_codec doc attribute
1 parent 6138dc0 commit b365f48

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 8.0.5
2+
- Docs: Set the default_codec doc attribute.
3+
14
## 8.0.4
25
- Upgrade Kafka client to version 1.0.0
36

docs/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:plugin: kafka
22
:type: input
3+
:default_codec: plain
34

45
///////////////////////////////////////////
56
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -541,3 +542,5 @@ Java Class used to deserialize the record's value
541542

542543
[id="plugins-{type}s-{plugin}-common-options"]
543544
include::{include_path}/{type}.asciidoc[]
545+
546+
:default_codec!:

logstash-input-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-input-kafka'
3-
s.version = '8.0.4'
3+
s.version = '8.0.5'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Reads events from a Kafka topic"
66
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"

0 commit comments

Comments
 (0)