bakdata / kpops

Deploy Kafka pipelines to Kubernetes
https://bakdata.github.io/kpops
MIT License
12 stars 1 forks source link

Fix tests #411

Closed sujuka99 closed 6 months ago

sujuka99 commented 6 months ago
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/dotenv/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/env-specific-config-only/config_production.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/multi-config/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"