Fix TopicManager
Compare changes
@@ -47,9 +47,9 @@ class KubernetesBenchmarkDeployment(
@@ -47,9 +47,9 @@ class KubernetesBenchmarkDeployment(
Fixes the Topic creation.
Also checks after deletion if topic is deleted. Additionally the teardown in the BenchmarkExectorImpl is surrunded by try & catch. KubernetesBenchmarkDeployment moved topic deletion in teardown to bottom to delete resources before the topics.