Skip to content

Commit c6991b7

Browse files
mihaitodorasimms41
andauthored
Fix docs for the ockam_kafka input (#218)
Signed-off-by: Mihai Todor <todormihai@gmail.com> Co-authored-by: Angela Simms <angela.simms@redpanda.com>
1 parent d922845 commit c6991b7

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

modules/components/pages/inputs/ockam_kafka.adoc

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ input:
3939
allow_producer: self
4040
relay: "" # No default (optional)
4141
node_address: 127.0.0.1:6262
42+
encrypted_fields: []
4243
```
4344
--
4445
Advanced::
@@ -80,15 +81,15 @@ input:
8081
period: "" # No default (optional)
8182
check: "" # No default (optional)
8283
processors: [] # No default (optional)
83-
disable_content_encryption: false
84-
enrollment_ticket: "" # No default (optional)
85-
identity_name: "" # No default (optional)
86-
allow: self
87-
route_to_kafka_outlet: self
88-
allow_producer: self
89-
relay: "" # No default (optional)
90-
node_address: 127.0.0.1:6262
91-
encrypted_fields: []
84+
disable_content_encryption: false
85+
enrollment_ticket: "" # No default (optional)
86+
identity_name: "" # No default (optional)
87+
allow: self
88+
route_to_kafka_outlet: self
89+
allow_producer: self
90+
relay: "" # No default (optional)
91+
node_address: 127.0.0.1:6262
92+
encrypted_fields: []
9293
```
9394
--
9495
======
@@ -361,7 +362,7 @@ Whether to consume from the oldest available offset. Otherwise, messages are con
361362

362363
*Default*: `true`
363364

364-
=== `fetch_max_bytes`
365+
=== `kafka.fetch_max_bytes`
365366

366367
The maximum size of a message batch (in bytes) that a broker tries to send during a client fetch. If individual records exceed the `fetch_max_bytes` value, brokers will still send them.
367368

@@ -370,23 +371,23 @@ The maximum size of a message batch (in bytes) that a broker tries to send durin
370371

371372
*Default*: `50MiB`
372373

373-
=== `fetch_max_wait`
374+
=== `kafka.fetch_max_wait`
374375

375376
The maximum period of time a broker can wait for a fetch response to reach the required minimum number of bytes (`fetch_min_bytes`).
376377

377378
*Type*: `string`
378379

379380
*Default*: `5s`
380381

381-
=== `fetch_min_bytes`
382+
=== `kafka.fetch_min_bytes`
382383

383384
The minimum number of bytes that a broker tries to send during a fetch. This field is equivalent to the Java setting `fetch.min.bytes`.
384385

385386
*Type*: `string`
386387

387388
*Default*: `1B`
388389

389-
=== `fetch_max_partition_bytes`
390+
=== `kafka.fetch_max_partition_bytes`
390391

391392
The maximum number of bytes that are consumed from a single partition in a fetch request. This field is equivalent to the Java setting `fetch.max.partition.bytes`.
392393

0 commit comments

Comments
 (0)