[
https://issues.apache.org/jira/browse/KAFKA-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn Guo reopened KAFKA-3927:
------------------------------
Thanks [~harsha_ch]
but I think they does have a default value in broker.
for example in my kafka_2.11-0.10.0.0/config/server.properties, I can find:
#log.flush.interval.messages=10000
#log.flush.interval.ms=1000
I also found default config in 0.8 broker configuration
https://kafka.apache.org/08/configuration.html
log.flush.interval.ms 3000
log.flush.scheduler.interval.ms 3000
log.flush.interval.messages 10000
I think above parameters are key performance parameters, it does not make sense
to have "Long.MaxValue" as default value.
> kafka broker config docs issue
> ------------------------------
>
> Key: KAFKA-3927
> URL: https://issues.apache.org/jira/browse/KAFKA-3927
> Project: Kafka
> Issue Type: Bug
> Components: website
> Affects Versions: 0.10.0.0
> Reporter: Shawn Guo
> Priority: Minor
>
> https://kafka.apache.org/documentation.html#brokerconfigs
> log.flush.interval.messages
> default value is "9223372036854775807"
> log.flush.interval.ms
> default value is null
> log.flush.scheduler.interval.ms
> default value is "9223372036854775807"
> etc. obviously these default values are incorrect. how these doc get
> generated ? it looks confusing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)