bakdata / kpops

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

Replace system exit calls with exceptions #101

Closed philipp94831 closed 1 year ago

philipp94831 commented 1 year ago

There are currently 3 system exit calls in the code which should be replaced with exceptions:

raminqaf commented 1 year ago

The exit is replaced. Closing this issue.