Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Farooq Qaiser committed Feb 23, 2024
1 parent 4c4b8f8 commit 397227a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ contain the name of the table. Enabling `iceberg.tables.upsert-mode-enabled` wil
preceded by an equality delete. Both CDC and upsert mode require an Iceberg V2 table with identity fields
defined.

It is safe to reuse the same `iceberg.control.topic` for multiple connectors as this is expected to be a
relatively low traffic topic. Connectors can distinguish between which messages are relevant to them by looking at
the `iceberg.control.group-id` that is encoded inside each message for this purpose. Naturally, this does mean that
`iceberg.control.group-id` cannot be shared between multiple connectors.

## Kafka configuration

By default the connector will attempt to use Kafka client config from the worker properties for connecting to
Expand Down

0 comments on commit 397227a

Please sign in to comment.