Re: min.insync.replica for __consumer_offsets topic

2016-12-12 Thread Manikumar
There is no "topic.replication.factor" client/server config property. Yes, min.insync.replicas config property is applicable to internal topics also. We can override with topic level configs You can use kafka-topics command to describe the __consumer_offsets topic. You can use kafka-topics.sh

min.insync.replica for __consumer_offsets topic

2016-12-12 Thread Fang Wong
Hi, In our application, we set topic.replication.factor to 3 in the client side and min.insync.replicas = 2 in the kafka server side (server.properties). Does min.insync.replicas = 2 apply to kafka internal topic __consumer_offsets (we are using kafka version 0.9.0.1 and have offsets.storage = ka