RE: broker properties explanations

2018-02-21 Thread adrien ruffie
09:24:13 À : users@kafka.apache.org Objet : Re: broker properties explanations Hi Adrien, log.dirs exists to facilitate multiple data directories which allows more than one disk to be used without the need for RAID. This increases throughput but beware of naive load balancing that may fill up on

Re: broker properties explanations

2018-02-21 Thread Thomas Aley
Hi Adrien, log.dirs exists to facilitate multiple data directories which allows more than one disk to be used without the need for RAID. This increases throughput but beware of naive load balancing that may fill up one disk way before another. When log.flush.interval.ms is null the log.flush.i