bakdata / kpops

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

Add integration testing #374

Closed irux closed 10 months ago

irux commented 10 months ago

We should add integration tests in kpops. I think it is absolutely necessary to spin up a kafka cluster, run some pipelines and then see if the topology was deployed successfully. In that way we can decrease the risk of merging something broke inside master when we merge PRs that sometimes can be quite big.

raminqaf commented 10 months ago

Duplicate of #16