We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109f7c0 commit c6313ceCopy full SHA for c6313ce
api/src/main/java/io/kafbat/ui/util/MetadataVersion.java
@@ -29,7 +29,10 @@ public enum MetadataVersion {
29
IBP_4_0_IV1(23, "4.0-IV1"),
30
IBP_4_0_IV2(24, "4.0-IV2"),
31
IBP_4_0_IV3(25, "4.0-IV3"),
32
- IBP_4_1_IV0(26, "4.1-IV0");
+ IBP_4_1_IV0(26, "4.1-IV0"),
33
+ IBP_4_1_IV1(27, "4.1-IV1"),
34
+ IBP_4_2_IV0(28, "4.2-IV0"),
35
+ IBP_4_2_IV1(29, "4.2-IV1");
36
37
private final int featureLevel;
38
private final String release;
0 commit comments