File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,11 @@ num.partitions=1
8282num.recovery.threads.per.data.dir =1
8383
8484# ############################ Internal Topic Settings #############################
85- # The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
85+ # The replication factor for the group metadata internal topics "__consumer_offsets", "__share_group_state" and "__transaction_state"
8686# For anything other than development testing, a value greater than 1 is recommended to ensure availability such as 3.
8787offsets.topic.replication.factor =1
88+ share.coordinator.state.topic.replication.factor =1
89+ share.coordinator.state.topic.min.isr =1
8890transaction.state.log.replication.factor =1
8991transaction.state.log.min.isr =1
9092
Original file line number Diff line number Diff line change @@ -82,15 +82,13 @@ num.partitions=1
8282num.recovery.threads.per.data.dir =1
8383
8484# ############################ Internal Topic Settings #############################
85- # The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
85+ # The replication factor for the group metadata internal topics "__consumer_offsets", "__share_group_state" and "__transaction_state"
8686# For anything other than development testing, a value greater than 1 is recommended to ensure availability such as 3.
8787offsets.topic.replication.factor =1
88- transaction.state.log.replication.factor =1
89- transaction.state.log.min.isr =1
90-
91- # Share state topic settings
9288share.coordinator.state.topic.replication.factor =1
9389share.coordinator.state.topic.min.isr =1
90+ transaction.state.log.replication.factor =1
91+ transaction.state.log.min.isr =1
9492
9593# ############################ Log Flush Policy #############################
9694
You can’t perform that action at this time.
0 commit comments