Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/kafka-connect/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Offsets topic used by the connector

This is the value of the `offsets.storage.topic` property in the connector’s configuration if provided,

or the value of the `offsets.storage.topic` property in the worker’s configuration if not.
or the value of the `offset.storage.topic` property in the worker’s configuration if not.
</td>
<td>

Expand Down Expand Up @@ -686,7 +686,7 @@ the name of the connector

or the value of `consumer.group.id` if present in the Connect configuration,

or the value of `consumer.overrides.group.id` if present in the Connector configuration
or the value of `consumer.override.group.id` if present in the Connector configuration
</td><td> </td></tr>
<tr><td>Read</td><td>Topic</td><td>sink topic(s) that the connector will consume from</td><td>

Expand Down
Loading