From b6619a37c1b2fd302bf65505fc6edc3070e50711 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 6 May 2024 00:41:23 +0200 Subject: Todo --- src/rest-api/cmd/main.go | 6 +++--- 1 file 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, } -- cgit 1.4.1