Apurva Mehta created KAFKA-5662:
-----------------------------------
Summary: We should be able to specify min.insync.replicas for the
__consumer_offsets topic
Key: KAFKA-5662
URL: https://issues.apache.org/jira/browse/KAFKA-5662
Project: Kafka
Issue Type: Bug
Reporter: Apurva Mehta
The transaction log has a {{transaction.state.log.min.isr}} setting to control
the min.isr for the transaction log (by default the min.isr is 2 and
replication.factor is 3).
Unfortunately, we don't have a similar setting for the offsets topic. We should
add the following {{offsets.topic.min.isr}} setting and default that to 2 so
that we have durability on the offsets topic.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)