Skip to content

Commit 4571dd6

Browse files
committed
Fix whitespaces and formatting.
1 parent 080f2b0 commit 4571dd6

File tree

1 file changed

+6
-6
lines changed
  • managedkafka/managedkafka_create_connector_mirrormaker2_source

1 file changed

+6
-6
lines changed

managedkafka/managedkafka_create_connector_mirrormaker2_source/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ resource "google_managed_kafka_connector" "default" {
100100
location = "us-central1"
101101

102102
configs = {
103-
"connector.class" = "org.apache.kafka.connect.mirror.MirrorSourceConnector"
104-
"name" = "mm2-source-to-target-connector-id"
105-
"tasks.max" = "3"
106-
"source.cluster.alias" = "source"
107-
"target.cluster.alias" = "target"
108-
"topics" = ".*" # Replicate all topics from the source
103+
"connector.class" = "org.apache.kafka.connect.mirror.MirrorSourceConnector"
104+
"name" = "mm2-source-to-target-connector-id"
105+
"tasks.max" = "3"
106+
"source.cluster.alias" = "source"
107+
"target.cluster.alias" = "target"
108+
"topics" = ".*" # Replicate all topics from the source
109109
# The value for bootstrap.servers is a comma-separated list of hostname:port pairs for one
110110
# or more Kafka brokers in the source/target cluster.
111111
"source.cluster.bootstrap.servers" = "source_cluster_dns"

0 commit comments

Comments
 (0)