From abb1f9af0e5a44c206817f7ae84082402c0e2e20 Mon Sep 17 00:00:00 2001 From: Joakim Tysseng Date: Fri, 14 Jun 2024 14:06:14 +0200 Subject: [PATCH] Changed broker and schema registry urls in prod and beta after moving aiven to VPC --- .env.beta | 4 ++-- .env.prod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.beta b/.env.beta index 5961495..85d53ea 100644 --- a/.env.beta +++ b/.env.beta @@ -1,6 +1,6 @@ ENVIRONMENT=beta -KAFKA_BROKER=entur-kafka-prod-int-entur-prod.aivencloud.com:14019 -KAFKA_SCHEMA_REGISTRY=https://entur-kafka-prod-int-entur-prod.aivencloud.com:14009 +KAFKA_BROKER=public-entur-kafka-prod-int-entur-prod.aivencloud.com:14020 +KAFKA_SCHEMA_REGISTRY=https://public-entur-kafka-prod-int-entur-prod.aivencloud.com:14009 KAFKA_TOPICS=payment-events-production,ticket-distribution-group-events-production,customer-changed-production,order-events-production diff --git a/.env.prod b/.env.prod index 230eb3e..9e7d293 100644 --- a/.env.prod +++ b/.env.prod @@ -1,6 +1,6 @@ ENVIRONMENT=prod -KAFKA_BROKER=entur-kafka-prod-int-entur-prod.aivencloud.com:14019 -KAFKA_SCHEMA_REGISTRY=https://entur-kafka-prod-int-entur-prod.aivencloud.com:14009 +KAFKA_BROKER=public-entur-kafka-prod-int-entur-prod.aivencloud.com:14020 +KAFKA_SCHEMA_REGISTRY=https://public-entur-kafka-prod-int-entur-prod.aivencloud.com:14009 KAFKA_TOPICS=payment-events-production,ticket-distribution-group-events-production,customer-changed-production,order-events-production