mirror of https://github.com/apache/kafka.git
MINOR: Typo correction in server.properties (#7011)
Corrected language error which was confusing. Reviewers: Stanislav Kozlovski <stanislav_kozlovski@outlook.com>, Jason Gustafson <jason@confluent.io>
This commit is contained in:
parent
5287036b38
commit
5e5dbbd47f
|
|
@ -70,7 +70,7 @@ num.recovery.threads.per.data.dir=1
|
|||
|
||||
############################# Internal Topic Settings #############################
|
||||
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
|
||||
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
|
||||
# For anything other than development testing, a value greater than 1 is recommended to ensure availability such as 3.
|
||||
offsets.topic.replication.factor=1
|
||||
transaction.state.log.replication.factor=1
|
||||
transaction.state.log.min.isr=1
|
||||
|
|
@ -133,4 +133,4 @@ zookeeper.connection.timeout.ms=6000
|
|||
# The default value for this is 3 seconds.
|
||||
# We override this to 0 here as it makes for a better out-of-the-box experience for development and testing.
|
||||
# However, in production environments the default value of 3 seconds is more suitable as this will help to avoid unnecessary, and potentially expensive, rebalances during application startup.
|
||||
group.initial.rebalance.delay.ms=0
|
||||
group.initial.rebalance.delay.ms=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue