From a695833b2d82bdbf8adf95d4a810125c262fcd5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de>
Date: Sun, 26 Apr 2020 23:51:56 +0200
Subject: [PATCH] Remove no longer required comment

---
 execution/run_uc4-new.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/execution/run_uc4-new.sh b/execution/run_uc4-new.sh
index 607aecfcf..6dc43e961 100755
--- a/execution/run_uc4-new.sh
+++ b/execution/run_uc4-new.sh
@@ -63,10 +63,5 @@ echo "Finish topic deletion, print topics:"
 #kubectl exec kafka-client -- bash -c "kafka-topics --zookeeper my-confluent-cp-zookeeper:2181 --list" | sed -n -r '/^(titan-.*|input|output|configuration)( - marked for deletion)?$/p'
 echo "Exiting script"
 
-
-#TODO maybe delete schemas
-#https://docs.confluent.io/current/schema-registry/schema-deletion-guidelines.html
-#curl -X DELETE http://localhost:8081/subjects/Kafka-value
-
 KAFKA_LAG_EXPORTER_POD=$(kubectl get pod -l app.kubernetes.io/name=kafka-lag-exporter -o jsonpath="{.items[0].metadata.name}")
 kubectl delete pod $KAFKA_LAG_EXPORTER_POD
-- 
GitLab