feat: change kafka and push config

This commit is contained in:
icey-yu
2024-09-06 14:25:22 +08:00
parent 7788728d89
commit 6666d4a426
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ echo "Kafka is ready. Creating topics..."
topics=("toRedis" "toMongo" "toPush")
partitions=8
partitions=16
replicationFactor=1
for topic in "${topics[@]}"; do