lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Provisioner breaks on Kafka triggers

Open christad92 opened this issue 5 months ago • 1 comments

For workflows based on Kafka triggers, when the run a pull command the project.yaml does not contain the Kafka specific fields that are relevant for the configuration.

[CLI] ✘ Failed to deploy project jembi-cdc-ahie-test:
{
  "errors": {
    "workflows": {
      "1-process-cdr-bundle": {
        "triggers": {
          "kafka": {
            "kafka_configuration": [
              "This field can't be blank."
            ]
          }
        }
      }
    }
  }
}

christad92 avatar Sep 17 '24 10:09 christad92