feat: change kafka and push config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user