Hello, By default, both log.flush.interval.ms and log.flush.interval.messages are set to Long.MAX_VALUE.
As I understand, it makes Kafka flush log to disk (fsync) only depends on file system. Is there any simple way to monitor that frequency ? Is there a rule of thumb to estimate that value depending on the os ? Thank you guys ! Fares