Reduce partitions for offset commit topic in 0.9 broker configs
This commit is contained in:
@@ -109,6 +109,15 @@ log.retention.check.interval.ms=60000
|
||||
# If log.cleaner.enable=true is set the cleaner will be enabled and individual logs can then be marked for log compaction.
|
||||
log.cleaner.enable=false
|
||||
|
||||
# tune down offset topics to reduce setup time in tests
|
||||
offsets.commit.timeout.ms=500
|
||||
offsets.topic.num.partitions=2
|
||||
offsets.topic.replication.factor=2
|
||||
|
||||
# Allow shorter session timeouts for tests
|
||||
group.min.session.timeout.ms=1000
|
||||
|
||||
|
||||
############################# Zookeeper #############################
|
||||
|
||||
# Zookeeper connection string (see zookeeper docs for details).
|
||||
|
||||
Reference in New Issue
Block a user