I need to set two parameters min.insync.replicas
and acks
. The official documentation says that the parameter min.insync.replicas
is the broker's parameter. Do I understand correctly that for all topics it should be specified inside the server.properties file? And for one - using the command kafka.config.sh. Acks
parameter can only be set when configuring the producer, for example, from the app? Changes to the file producer.properties won't help?
↧
Where to set parameters min.insync.replicas and acks in Java?
↧