Re: Regarding segment size config

2020-03-19 Thread 张祥
Thanks, it does make sense. Shailesh Panwar 于2020年3月20日周五 上午12:38写道: > Hopefully this will help explain the reason behind the 2g limit > > https://issues.apache.org/jira/browse/KAFKA-1670?focusedCommentId=14161185&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14

Re: Regarding segment size config

2020-03-19 Thread Shailesh Panwar
Hopefully this will help explain the reason behind the 2g limit https://issues.apache.org/jira/browse/KAFKA-1670?focusedCommentId=14161185&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14161185 On Wed, Mar 18, 2020 at 2:10 AM 张祥 wrote: > Hi community, > > I und

Regarding segment size config

2020-03-18 Thread 张祥
Hi community, I understand that there are two configs regarding segment file size, log.segment.bytes for broker and segment.bytes for topic. The default values are both 1G and they are required to be an integer so they cannot be larger than 2G. My question is, assuming I am not making any mistakes