During my Kafka installation, I got some questions with some of the parameter configurations
I see that log.flush.interval.messages and log.flush.interval.ms are commented out in the default kafka server properties file. I read two conflicting statements about these parameters. In one place, I read that it is recommended not to configure these parameters. While in the other, it says that flush time should not be huge else it will affect the performance. What is the best configuration and recommended way? When do I need to configure these parameters and what is the default behaviour?