Skip to content

Commit

Permalink
docs: include ockam again
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Sep 18, 2024
1 parent d5e344d commit e7a85d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/modules/components/pages/inputs/ockam_kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ input:
period: ""
check: ""
processors: [] # No default (optional)
metadata_max_age: 5m
seed_brokers: [] # No default (optional)
disable_content_encryption: false
enrollment_ticket: "" # No default (optional)
Expand Down Expand Up @@ -701,6 +702,15 @@ processors:
format: json_array
```
=== `kafka.metadata_max_age`
The maximum age of metadata before it is refreshed.
*Type*: `string`
*Default*: `"5m"`
=== `kafka.seed_brokers`
A list of broker addresses to connect to in order to establish connections. If an item of the list contains commas it will be expanded into multiple addresses.
Expand Down

0 comments on commit e7a85d5

Please sign in to comment.