Skip to content

Commit

Permalink
Changed broker and schema registry urls in dev and int after moving a…
Browse files Browse the repository at this point in the history
…iven to VPC
  • Loading branch information
tysseng committed Jun 28, 2024
1 parent abb1f9a commit 941aa4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENVIRONMENT=dev
KAFKA_BROKER=entur-kafka-test-int-entur-test.aivencloud.com:11877
KAFKA_SCHEMA_REGISTRY=https://entur-kafka-test-int-entur-test.aivencloud.com:11867
KAFKA_BROKER=public-entur-kafka-test-int-entur-test.aivencloud.com:11878
KAFKA_SCHEMA_REGISTRY=https://public-entur-kafka-test-int-entur-test.aivencloud.com:11867

KAFKA_TOPICS=payment-events-dev,ticket-distribution-group-events-dev,customer-changed-dev,order-events-dev

Expand Down
4 changes: 2 additions & 2 deletions .env.int
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENVIRONMENT=int
KAFKA_BROKER=entur-kafka-test-int-entur-test.aivencloud.com:11877
KAFKA_SCHEMA_REGISTRY=https://entur-kafka-test-int-entur-test.aivencloud.com:11867
KAFKA_BROKER=public-entur-kafka-test-int-entur-test.aivencloud.com:11878
KAFKA_SCHEMA_REGISTRY=https://public-entur-kafka-test-int-entur-test.aivencloud.com:11867

KAFKA_TOPICS=payment-events-dev,ticket-distribution-group-events-dev,customer-changed-dev

Expand Down

0 comments on commit 941aa4e

Please sign in to comment.