Skip to content

Commit 7887a02

Browse files
committed
Add comment for MM connector target cluster.
1 parent 4217bbe commit 7887a02

File tree

1 file changed

+1
-1
lines changed
  • managedkafka/managedkafka_create_connector_mirrormaker_source

1 file changed

+1
-1
lines changed

managedkafka/managedkafka_create_connector_mirrormaker_source/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource "google_managed_kafka_connector" "default" {
8383
"name" = "MM2_CONNECTOR_ID"
8484
"tasks.max" = "3"
8585
"source.cluster.alias" = "source"
86-
"target.cluster.alias" = "target"
86+
"target.cluster.alias" = "target" # This is usually the primary cluster
8787
"topics" = "GMK_TOPIC_NAME"
8888
"source.cluster.bootstrap.servers" = "GMK_SOURCE_CLUSTER_DNS"
8989
"target.cluster.bootstrap.servers" = "GMK_TARGET_CLUSTER_DNS"

0 commit comments

Comments
 (0)