File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
managedkafka/managedkafka_create_connector_mirrormaker_source Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ resource "google_managed_kafka_connector" "default" {
7979 location = " us-central1"
8080
8181 configs = {
82- " connector.class" = " org.apache.kafka.connect.mirror.MirrorSourceConnector"
83- " name" = " MM2_CONNECTOR_ID"
84- " tasks.max" = " 3"
85- " source.cluster.alias" = " source"
86- " target.cluster.alias" = " target"
87- " topics" = " GMK_TOPIC_NAME"
88- " source.cluster.bootstrap.servers" = " GMK_SOURCE_CLUSTER_DNS"
89- " target.cluster.bootstrap.servers" = " GMK_TARGET_CLUSTER_DNS"
82+ " connector.class" = " org.apache.kafka.connect.mirror.MirrorSourceConnector"
83+ " name" = " MM2_CONNECTOR_ID"
84+ " tasks.max" = " 3"
85+ " source.cluster.alias" = " source"
86+ " target.cluster.alias" = " target"
87+ " topics" = " GMK_TOPIC_NAME"
88+ " source.cluster.bootstrap.servers" = " GMK_SOURCE_CLUSTER_DNS"
89+ " target.cluster.bootstrap.servers" = " GMK_TARGET_CLUSTER_DNS"
9090 }
9191
9292 provider = google- beta
You can’t perform that action at this time.
0 commit comments