File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ log.dirs={tmp_dir}/data
35
35
num.partitions ={partitions}
36
36
default.replication.factor ={replicas}
37
37
38
+ # # Short Replica Lag -- Drops failed brokers out of ISR
39
+ replica.lag.time.max.ms =1000
40
+ replica.socket.timeout.ms =1000
41
+
38
42
# ############################ Log Flush Policy #############################
39
43
40
44
log.flush.interval.messages =10000
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ log.dirs={tmp_dir}/data
63
63
num.partitions ={partitions}
64
64
default.replication.factor ={replicas}
65
65
66
+ # # Short Replica Lag -- Drops failed brokers out of ISR
67
+ replica.lag.time.max.ms =1000
68
+ replica.socket.timeout.ms =1000
69
+
66
70
# ############################ Log Flush Policy #############################
67
71
68
72
# Messages are immediately written to the filesystem but by default we only fsync() to sync
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ log.dirs={tmp_dir}/data
35
35
num.partitions ={partitions}
36
36
default.replication.factor ={replicas}
37
37
38
+ # # Short Replica Lag -- Drops failed brokers out of ISR
39
+ replica.lag.time.max.ms =1000
40
+ replica.socket.timeout.ms =1000
41
+
38
42
# ############################ Log Flush Policy #############################
39
43
40
44
log.flush.interval.messages =10000
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ log.dirs={tmp_dir}/data
63
63
num.partitions ={partitions}
64
64
default.replication.factor ={replicas}
65
65
66
+ # # Short Replica Lag -- Drops failed brokers out of ISR
67
+ replica.lag.time.max.ms =1000
68
+ replica.socket.timeout.ms =1000
69
+
66
70
# ############################ Log Flush Policy #############################
67
71
68
72
# Messages are immediately written to the filesystem but by default we only fsync() to sync
You can’t perform that action at this time.
0 commit comments