Skip to content

Commit

Permalink
Update docs/sources/reference/components/otelcol/otelcol.receiver.kaf…
Browse files Browse the repository at this point in the history
…ka.md

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
wildum and clayton-cornell authored Sep 11, 2024
1 parent 1f9b655 commit b4049b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Name | Type | Description | Default | Required
`client_id` | `string` | Consumer client ID to use. | `"otel-collector"` | no
`initial_offset` | `string` | Initial offset to use if no offset was previously committed. | `"latest"` | no
`resolve_canonical_bootstrap_servers_only` | `bool` | Whether to resolve then reverse-lookup broker IPs during startup. | `"false"` | no
`session_timeout` | `duration` | The request timeout for detecting client failures when using Kafka’s group management facilities. | `"10s"` | no
`heartbeat_interval` | `duration` | The expected time between heartbeats to the consumer coordinator when using Kafka’s group management facilities. | `"3s"` | no
`session_timeout` | `duration` | The request timeout for detecting client failures when using Kafka group management. | `"10s"` | no
`heartbeat_interval` | `duration` | The expected time between heartbeats to the consumer coordinator when using Kafka group management. | `"3s"` | no


If `topic` is not set, different topics will be used for different telemetry signals:
Expand Down

0 comments on commit b4049b8

Please sign in to comment.