Reduce partitions for offset commit topic in 0.9 broker configs

This commit is contained in:
Dana Powers
2016-01-04 11:33:08 -08:00
parent 16e35c9d16
commit 31c3d59ee3

View File

@@ -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).