Skip to content

Commit

Permalink
fixup! wait for the ingestion processor to start consuming from Kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 27, 2025
1 parent 15f3f36 commit fb35d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ wait_for_consumer_group() {
consumer_group=$1
timeout_s=$2
interval_s=${3:-5}
sudo kubectl --kubeconfig=/etc/kubernetes/admin.conf -n zenko exec -it $kafka_pod -- bash -c '
kubectl exec -it $kafka_pod -- bash -c '
export KAFKA_OPTS=
consumer_group=$1
timeout_s=$2
Expand Down

0 comments on commit fb35d2d

Please sign in to comment.