Commit 4f2114a
authored
KAFKA-19645 add a lower bound to num.replica.fetchers (#20414)
Add a lower bound to num.replica.fetchers.
Reviewers: PoAn Yang <[email protected]>, TaiJuWu <[email protected]>,
Ken Huang <[email protected]>, jimmy <[email protected]>,
Jhen-Yung Hsu <[email protected]>, Chia-Ping Tsai
<[email protected]>1 parent 5441f5e commit 4f2114a
File tree
3 files changed
+5
-2
lines changed- core/src/test/scala/unit/kafka/server
- docs
- server/src/main/java/org/apache/kafka/server/config
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
| 869 | + | |
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments