CDP-Factory Pods Not Starting

The following might be the reason for the error.

  1. Your CDP-Factory keyword is not set correctly.

    In your Transaction-Processor deployment file transaction-processor.yaml or the Transaction-Processor section in your Helm values.yaml file, you need to ensure that the following snippet of code is present and uncommented in the deployment section of the transaction-processor files.
    cdp-factory:
      keyword:"ZAPM_CDP_FACTORY"
  2. Your CDP-Factory replica count is set to 0.

    In your Transaction-Processor deployment file transaction-processor.yaml or the Transaction-Processor section in your Helm values.yaml file, you need to ensure that the cdp-factory replicas field is set to 1 or higher (depending on how much you would like to scale the CDP-Factory).