Skip to content

Commit f6fda5b

Browse files
committed
KAFKA-17730: ReplicaFetcherThreadBenchmark is broken
Signed-off-by: PoAn Yang <yangpoan@gmail.com>
1 parent 787b26e commit f6fda5b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

config/kafka_changelog.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,35 @@
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"
31+
},
32+
{
33+
"name": "log.message.format.version",
34+
"value": null,
35+
"commit": "https://github.com/apache/kafka/commit/b4be1785998d382843002ffd8685d67fe8d9c97d",
36+
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-724%3A+Drop+support+for+message+formats+v0+and+v1",
37+
"type": "broker"
38+
},
39+
{
40+
"name": "message.format.version",
41+
"value": null,
42+
"commit": "https://github.com/apache/kafka/commit/b4be1785998d382843002ffd8685d67fe8d9c97d",
43+
"kip": "https://cwiki.apache.org/confluence/display/KAFKA/KIP-724%3A+Drop+support+for+message+formats+v0+and+v1",
44+
"type": "topic"
1645
}
1746
]
1847
}

0 commit comments

Comments
 (0)