bakdata / kpops

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

Filter steps to deploy/destroy/clean/reset by component type #511

Open philipp94831 opened 2 months ago

philipp94831 commented 2 months ago

Currently it is possible to filter steps to deploy by providing their names via --steps. It would be nice to also be able to filter steps by type, i.e., specifying any class in the component hierarchy (KubernetesApp, HelmApp, MyCustomApp) and all steps that are an instance of these classes are deployed

disrupted commented 2 weeks ago

Depends on #528, e.g. --filter type=...