Skip to content

Commit

Permalink
NXP-24467: Reduces the number of partitions of Kafka internal topic u…
Browse files Browse the repository at this point in the history
…sed to save consumer positions in order to reduce the init time of Kafka
  • Loading branch information
bdelbosc committed Mar 16, 2018
1 parent 8884351 commit 808e892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxeo-runtime/nuxeo-stream/kafka-docker/docker-compose.yml
Expand Up @@ -14,5 +14,6 @@ services:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 10
KAFKA_OFFSETS_RETENTION_MINUTES: 20160
KAFKA_OFFSETS_TOPIC_NUM_PARTITIONS: 4
volumes:
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 808e892

Please sign in to comment.