File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ contain the name of the table. Enabling `iceberg.tables.upsert-mode-enabled` wil
5757preceded by an equality delete. Both CDC and upsert mode require an Iceberg V2 table with identity fields
5858defined.
5959
60+ It is safe to reuse the same ` iceberg.control.topic ` for multiple connectors as this is expected to be a
61+ relatively low traffic topic. Connectors can distinguish between which messages are relevant to them by looking at
62+ the ` iceberg.control.group-id ` that is encoded inside each message for this purpose. Naturally, this does mean that
63+ ` iceberg.control.group-id ` cannot be shared between multiple connectors.
64+
6065## Kafka configuration
6166
6267By default the connector will attempt to use Kafka client config from the worker properties for connecting to
You can’t perform that action at this time.
0 commit comments