diff options
| author | Baitinq <[email protected]> | 2024-05-06 00:41:23 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-06 00:41:23 +0200 |
| commit | b6619a37c1b2fd302bf65505fc6edc3070e50711 (patch) | |
| tree | 901dbfc0f8888f9f3ba006f491dcdfb981d01753 /src | |
| parent | Add todo (diff) | |
| download | fs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.tar.gz fs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.tar.bz2 fs-tracer-backend-b6619a37c1b2fd302bf65505fc6edc3070e50711.zip | |
Todo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rest-api/cmd/main.go | 6 |
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, } |