Fabric config.ini file has the following section for CDC configuration:
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.
Fabric config.ini file has the following section for CDC configuration:
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.