After you install PowerExchange CDC Publisher and prepare the PowerExchange source environment and the target messaging system, configure the parameters in the PowerExchange CDC Publisher configuration files according to your data streaming requirements.
By default, under the PowerExchange CDC Publisher root installation directory, a single instanceA directory exists and contains checkpoint, config, logs, overflow, and reports subdirectories. You can create additional instance subdirectories, each with a unique directory name and separate set of subdirectories and configuration files. Consider using multiple instances if you want to process changes from a large number of source objects in multiple data streams. In this case, configure each instance to use a different set of extraction maps to process changes for different source objects. When you run the PowerExchange CDC Publisher process, specify which instance to use in the INSTANCE parameter.
For each instance that you create, perform the following configuration tasks:
Copy all of the PowerExchange CDC Publisher configuration files from the
\
pwxcdcpub_root_installation
\samples
subdirectory to the
\
pwxcdcpub_root_installation
\instance
X
\config
subdirectory. PowerExchange CDC Publisher uses the configuration files that are in the config subdirectory.
If you do not want to stream change data based on all of the extraction maps that match the extraction-map schema name that you specify, enter filtering criteria in the Extract.captureConsumerExcludeNameList property, Extract.captureConsumerIncludeNameList property, or both in the cdcPublisherPowerExchange.cfg configuration file. See
Filtering Extraction Maps and Source Objects.
Customize the Log4j 2 logging of PowerExchange CDC Publisher messages, if necessary. Usually, the sample PwxCDCPubLog4j.xml configuration file that PowerExchange CDC Publisher supplies can be used without modification. See
Configuring CDC Publisher Message Logging.
If the Informatica Big Data Streaming product will consume the messages with change data that the PowerExchange CDC Publisher sends to the target messaging system, configure the Formatter parameters for treating fields with a binary datatype as string data and for using binary-encoded messages. See
If Informatica Big Data Streaming Will Consume Data from a Target.