about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-06 00:41:23 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-06 00:41:23 +0200
commitb6619a37c1b2fd302bf65505fc6edc3070e50711 (patch)
tree901dbfc0f8888f9f3ba006f491dcdfb981d01753
parentAdd todo (diff)
downloadfs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.tar.gz
fs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.tar.bz2
fs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.zip
Todo
-rw-r--r--src/rest-api/cmd/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rest-api/cmd/main.go b/src/rest-api/cmd/main.go
index b21115d..d1e44b3 100644
--- a/src/rest-api/cmd/main.go
+++ b/src/rest-api/cmd/main.go
@@ -41,9 +41,9 @@ func main() {
 				Password: kafka_password,
 			},
 		},
-		Topic:                  "topic-A",
-		Balancer:               &kafka.LeastBytes{},
-		Async:                  true,
+		Topic:    "topic-A",
+		Balancer: &kafka.LeastBytes{},
+		// Async:                  true,
 		AllowAutoTopicCreation: true,
 	}