Skip to content

Commit

Permalink
Changed broker and schema registry urls in prod and beta after moving…
Browse files Browse the repository at this point in the history
… aiven to VPC
  • Loading branch information
tysseng committed Jun 14, 2024
1 parent 4cd11a7 commit abb1f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.beta
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions .env.prod
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit abb1f9a

Please sign in to comment.