mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
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