We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4217bbe commit 7887a02Copy full SHA for 7887a02
managedkafka/managedkafka_create_connector_mirrormaker_source/main.tf
@@ -83,7 +83,7 @@ resource "google_managed_kafka_connector" "default" {
83
"name" = "MM2_CONNECTOR_ID"
84
"tasks.max" = "3"
85
"source.cluster.alias" = "source"
86
- "target.cluster.alias" = "target"
+ "target.cluster.alias" = "target" # This is usually the primary cluster
87
"topics" = "GMK_TOPIC_NAME"
88
"source.cluster.bootstrap.servers" = "GMK_SOURCE_CLUSTER_DNS"
89
"target.cluster.bootstrap.servers" = "GMK_TARGET_CLUSTER_DNS"
0 commit comments