Hi
I'm wondering whether server.properties on each nodes could be changed and reloaded when cluster is running?
Problem is I setup a Kafka cluster with log.retention = 7 days and replication-factor = 3.
But when the business grows, the default replication-factor and log.retention doesn't match our needs. I have to change log.retention and replica-factor to reduce disk usage.
Using kafka-topics.sh to change topic-level config is a solution, but not good enough, because I have hundreds of topics in my Kafka cluster.
Can I do this ? change server.properties?
Thank you very much. : )