CDC Configuration

Fabric config.ini file has the following section for CDC configuration:

Section Name

Parameter Name

Parameter Description

cdc

#CDC_PUBLISH_MODE=ON

This parameter controls whether a CDC message is published to external systems. The following values can be set:

  • ON (default), when implemented, publish the CDC message.
  • OFF, never publish the CDC message.

#CDC_CONSUMER_JOB_AFFINITY=

Affinity for CDC consumer job

All of the Kafka connection settings are defined in the [default_pubsub] section of the config.ini and are applicable across various Fabric processes, including the CDC connection to Kafka.

When different Kafka settings for CDC are required, define them in the [cdc] section. This section does not have to include all the parameters, but only those that should override the default section's settings.

To enable CDC without Kafka, set TYPE=MEMORY in the [default_pubsub] or [cdc] or [search_loader_pubsub] section.

Click for more information about PubSub Configuration.

Previous

CDC Configuration

Fabric config.ini file has the following section for CDC configuration:

Section Name

Parameter Name

Parameter Description

cdc

#CDC_PUBLISH_MODE=ON

This parameter controls whether a CDC message is published to external systems. The following values can be set:

  • ON (default), when implemented, publish the CDC message.
  • OFF, never publish the CDC message.

#CDC_CONSUMER_JOB_AFFINITY=

Affinity for CDC consumer job

All of the Kafka connection settings are defined in the [default_pubsub] section of the config.ini and are applicable across various Fabric processes, including the CDC connection to Kafka.

When different Kafka settings for CDC are required, define them in the [cdc] section. This section does not have to include all the parameters, but only those that should override the default section's settings.

To enable CDC without Kafka, set TYPE=MEMORY in the [default_pubsub] or [cdc] or [search_loader_pubsub] section.

Click for more information about PubSub Configuration.

Previous