From a31c4b83391c2a75a21c4d8ae98ede96cd7360b1 Mon Sep 17 00:00:00 2001 From: Shivanshu Raj Shrivastava Date: Fri, 25 Oct 2024 14:06:54 +0530 Subject: [PATCH] Fix api query context (#6268) * chore: fix naming api query context --- .github/workflows/staging-deployment.yaml | 1 + pkg/query-service/app/http_handler.go | 2 +- .../app/integrations/messagingQueues/kafka/model.go | 2 +- .../app/integrations/messagingQueues/kafka/translator.go | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging-deployment.yaml b/.github/workflows/staging-deployment.yaml index a2ff80354f..4918cf54d2 100644 --- a/.github/workflows/staging-deployment.yaml +++ b/.github/workflows/staging-deployment.yaml @@ -31,6 +31,7 @@ jobs: GCP_ZONE: ${{ secrets.GCP_ZONE }} GCP_INSTANCE: ${{ secrets.GCP_INSTANCE }} CLOUDSDK_CORE_DISABLE_PROMPTS: 1 + KAFKA_SPAN_EVAL: true run: | read -r -d '' COMMAND <