Skip to content

Commit 7f71a5b

Browse files
committed
[CHECKER] add deprecated configs
Signed-off-by: PoAn Yang <yangpoan@gmail.com>
1 parent 787b26e commit 7f71a5b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config/kafka_changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
"value": null,
1414
"commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456",
1515
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum"
16+
},
17+
{
18+
"name": "reserved.broker.max.id",
19+
"value": null,
20+
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum"
21+
},
22+
{
23+
"name": "broker.id.generation.enable",
24+
"value": null,
25+
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum"
26+
},
27+
{
28+
"name": "broker.id",
29+
"value": null,
30+
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum"
1631
}
1732
]
1833
}

0 commit comments

Comments
 (0)