You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ Consume events by single consumer.
72
72
topics <listening topics(separate with comma',')>
73
73
format <input text type (text|json|ltsv|msgpack)> :default => json
74
74
message_key <key (Optional, for text format only, default is message)>
75
+
add_headers <If true, add kafka's message headers to record>
76
+
headers_key <key dedicated to store headers content>
75
77
add_prefix <tag prefix (Optional)>
76
78
add_suffix <tag suffix (Optional)>
77
79
@@ -122,6 +124,7 @@ Consume events by kafka consumer group features..
122
124
message_key <key (Optional, for text format only, default is message)>
123
125
kafka_message_key <key (Optional, If specified, set kafka's message key to this key)>
124
126
add_headers <If true, add kafka's message headers to record>
127
+
headers_key <key dedicated to store headers content>
125
128
add_prefix <tag prefix (Optional)>
126
129
add_suffix <tag suffix (Optional)>
127
130
retry_emit_limit <Wait retry_emit_limit x 1s when BuffereQueueLimitError happens. The default is nil and it means waiting until BufferQueueLimitError is resolved>
@@ -159,6 +162,7 @@ With the introduction of the rdkafka-ruby based input plugin we hope to support
159
162
message_key <key (Optional, for text format only, default is message)>
160
163
kafka_message_key <key (Optional, If specified, set kafka's message key to this key)>
161
164
add_headers <If true, add kafka's message headers to record>
165
+
headers_key <key dedicated to store headers content>
162
166
add_prefix <tag prefix (Optional)>
163
167
add_suffix <tag suffix (Optional)>
164
168
retry_emit_limit <Wait retry_emit_limit x 1s when BuffereQueueLimitError happens. The default is nil and it means waiting until BufferQueueLimitError is resolved>
0 commit comments