Skip to content

Commit fc5a836

Browse files
committed
kafkacat's debug output solves the silence, but ...
to see the error message (like missing RBAC) you basically have to run the curl command. I'd like startup to be as fast as possible, to not miss events, so I hesitate to add checks.
1 parent d628275 commit fc5a836

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addon-events/events-kube-kafka.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ spec:
3030
- /bin/bash
3131
- -ec
3232
- >
33-
echo "Started at $(date -u +%FT%TZ) producing to $TOPIC"
34-
;
3533
curl
3634
-f
3735
-s

0 commit comments

Comments
 (0)