Add ability to abort benchmark execution
If we currently cancel execution via Crtl + C, no shutdown of benchmark Pods, Kafka topics etc. is triggered.
First, such aborts should trigger a shutdown the benchmark. However, we can't rely on this as also a "hard" abort could occur.
Therefore, we also need a dedicated tool, which could perform a reset when called.