From b4049b80487da01f94ab3d6b32ca02d811ef4bf0 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Wed, 11 Sep 2024 11:06:26 +0200 Subject: [PATCH] Update docs/sources/reference/components/otelcol/otelcol.receiver.kafka.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../reference/components/otelcol/otelcol.receiver.kafka.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/components/otelcol/otelcol.receiver.kafka.md b/docs/sources/reference/components/otelcol/otelcol.receiver.kafka.md index 5837de191c..0ac0a5443c 100644 --- a/docs/sources/reference/components/otelcol/otelcol.receiver.kafka.md +++ b/docs/sources/reference/components/otelcol/otelcol.receiver.kafka.md @@ -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: