[ 
https://issues.apache.org/jira/browse/KAFKA-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362776#comment-15362776
 ] 

Sriharsha Chintalapani commented on KAFKA-3927:
-----------------------------------------------

[~guoxu1231] config/server.properties is an example config not the defaults.
with Long.MaxValue's the idea is you don't need to flush every x number of 
messages and have the replication for the topic partitions. Logs are flushed 
when they get rotated based on other configs such as log.segment.size etc.. 
Agree on having sane defaults for these. Given that docs is not wrong can you 
open another JIRA for correcting the defaults.

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

Reply via email to