From ba0e208818777a5d13956efd2b572a32d793e14d Mon Sep 17 00:00:00 2001 From: Chia-Ping Tsai Date: Thu, 9 Jan 2025 01:19:28 +0800 Subject: [PATCH] [CHECKER] add password-related configs and control.plane.listener.name --- config/kafka_changelog.json | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/config/kafka_changelog.json b/config/kafka_changelog.json index 87873590b..2abc39b8c 100644 --- a/config/kafka_changelog.json +++ b/config/kafka_changelog.json @@ -128,6 +128,48 @@ "type": "broker", "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "password.encoder.old.secret", + "value": null, + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "password.encoder.keyfactory.algorithm", + "value": null, + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "password.encoder.cipher.algorithm", + "value": "AES/CBC/PKCS5Padding", + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "password.encoder.key.length", + "value": "128", + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "password.encoder.iterations", + "value": "4096", + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/3161115adae4de9f2b2ec6b87462ea10a8993456", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" + }, + { + "name": "control.plane.listener.name", + "value": null, + "type": "broker", + "commit": "https://github.com/apache/kafka/commit/0c435e3855bda58d08e28001290ec305acdbbc64", + "kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-500%3A+Replace+ZooKeeper+with+a+Self-Managed+Metadata+Quorum" } ], "stale_releases": [