I'm trying to understand the broker config - min.insync.replicas and here is my question.
Question 1 : If i set my replication.factor = 2 and min.insync.replicas =2, how many copies would i have for my message?
Question 2: Can i set replication.factor = 2 and min.insync.replicas =2?