Skip to content

Commit ac43e59

Browse files
committed
fix: add link to kafka docs, fix spelling
1 parent 87b5303 commit ac43e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/components/connectors/out-of-the-box-connectors/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ If any of the field is not populated, you must configure your security method fo
540540
```
541541

542542
:::caution
543-
The `group.id` value above is auto-generated when no explicit **Consumer Group ID** is configured in the connector. This generated ID is derived from the connector's internal deduplication key, which may change across connector upgrades (for example, when upgrading from 8.8 to 8.9). A changed group ID causes Kafka to treat the connector as a new consumer group, losing committed offsets and potentially replaying messages. It is strongly recommended to always set an explicit Consumer Group ID.
543+
The `group.id` value above is auto-generated when no explicit **Consumer Group ID** is configured in the connector. This generated ID is derived from the connector's internal deduplication key, which may change across connector upgrades (for example, when upgrading from 8.8 to 8.9). A changed group ID causes Kafka to treat the connector as a new consumer group, losing committed offsets and potentially replaying messages. It is strongly recommended to always set an explicit Consumer Group ID. You can [look up existing consumer groups](https://docs.confluent.io/kafka/operations-tools/manage-consumer-groups.html#list-groups-and-view-offsets) to find the current group ID in use.
544544
:::
545545

546546
### What is the precedence of client properties loading?

docs/reference/announcements-release-notes/890/890-announcements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ For more information on optimizing connector performance with virtual threads, s
549549
</div>
550550
<div className="release-announcement-content">
551551

552-
#### Kafka Consumer connector: auto-generated consumer group ID format changed
552+
#### Kafka consumer connector: auto-generated consumer group ID format changed
553553

554554
When upgrading from Camunda 8.8 to 8.9, the auto-generated Kafka consumer group ID changes format. This is a side-effect of a runtime improvement that enables cross-version connector deduplication.
555555

@@ -558,7 +558,7 @@ When upgrading from Camunda 8.8 to 8.9, the auto-generated Kafka consumer group
558558

559559
Because Kafka treats a changed group ID as a brand-new consumer group, connectors using an auto-generated group ID after upgrading will lose their committed offsets and may reprocess messages.
560560

561-
**Action required:** Before upgrading to 8.9, set an explicit **Consumer Group ID** in each Kafka Consumer connector configuration to preserve consumer group identity. See the [Kafka connector documentation](/components/connectors/out-of-the-box-connectors/kafka.md?kafka=inbound) for details.
561+
**Action required:** Before upgrading to 8.9, set an explicit **Consumer Group ID** in each Kafka consumer connector configuration to preserve consumer group identity. You can [look up existing consumer groups](https://docs.confluent.io/kafka/operations-tools/manage-consumer-groups.html#list-groups-and-view-offsets) to find the current group ID in use. See the [Kafka connector documentation](/components/connectors/out-of-the-box-connectors/kafka.md?kafka=inbound) for details.
562562

563563
</div>
564564
</div>

0 commit comments

Comments
 (0)