From 7a9263a049083ba4eb85ac96377cece857b61b18 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 5 Sep 2025 12:22:17 +0200 Subject: [PATCH] ref: Debug topicctl input ref STREAM-427 We currently have a crash in parse_and_notify, but I can't figure out what the actual issue is. Let's print each read line as it appears so we can repro these prod crashes locally. --- py/parse_and_notify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/parse_and_notify.py b/py/parse_and_notify.py index 7c0cbeb8..ffbd5904 100755 --- a/py/parse_and_notify.py +++ b/py/parse_and_notify.py @@ -251,6 +251,7 @@ def main(): ) for line in sys.stdin: + print("DEBUG read line: {line}") topic = json.loads(line) action = topic["action"] topic_content = (