TengYao Chi
d460efb9c9
KAFKA-18908 Document that the size of appended value can't be larger than Short.MAX_VALUE ( #19067 )
...
JIRA: KAFKA-18908
`ZooKeeper` mode allows large configuration values to be created through
an append operation. `KRaft` mode restricts configuration values to a
maximum size of `Short.MAX_VALUE`.
We should document this behavioral change.
Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-03-03 03:00:41 +08:00
TengYao Chi
1fed928a0b
MINOR: Add a separate page for zk2kraft.html ( #18961 )
...
Reviewers: mingdaoy <mingdaoy@gmail.com>, Ken Huang <s7133700@gmail.com>, Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>
2025-02-26 05:39:30 +08:00
Jhen-Yung Hsu
4e36368d08
KAFKA-18743 Remove leader.imbalance.per.broker.percentage as it is not supported by Kraft ( #18821 )
...
Remove `leader.imbalance.per.broker.percentage` from config.
Add `leader.imbalance.per.broker.percentage` to release note
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-02-11 04:01:57 +08:00
Nick Guo
e2e302b7e6
KAFKA-18741 document the removal of `inter.broker.protocol.version` ( #18818 )
...
Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-02-07 00:07:31 +08:00
Jhen-Yung Hsu
9ba2621620
MINOR: Remove the test for ZooKeeper metrics used by ZooKeeperClient ( #18775 )
...
Reviewers: Ismael Juma <ismael@juma.me.uk>, Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-02-03 20:06:01 +08:00
PoAn Yang
4dd0bcbde8
KAFKA-18383 Remove reserved.broker.max.id and broker.id.generation.enable ( #18478 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-01-30 02:55:09 +08:00
PoAn Yang
c774352c35
MINOR: add removed controller metrics to zk2kraft ( #18654 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-01-25 22:54:27 +08:00
TengYao Chi
40890faa1b
KAFKA-18592 Cleanup ReplicaManager ( #18621 )
...
Reviewers: Ismael Juma <ismael@juma.me.uk>, Christo Lolov <lolovc@amazon.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-01-24 01:34:36 +08:00
Ken Huang
32767599c0
MINOR: add the removed topic metrics to zk2kraft ( #18658 )
...
Reviewers: Christo Lolov <lolovc@amazon.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-01-23 15:05:06 +08:00
Ken Huang
3d49159c84
KAFKA-18598: Remove ControllerMetadataMetrics ZK-related Metrics ( #18629 )
...
Reviewers: Christo Lolov <lolovc@amazon.com>
2025-01-21 15:23:39 +00:00
PoAn Yang
ff2b4546f1
MINOR: mention advertised.listeners is not supported in zk2kraft.html ( #18575 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-01-18 09:31:50 +08:00
Ken Huang
d82f03e98b
KAFKA-18364 add document to show the changes of metrics and configs after removing zookeeper ( #18365 )
...
This patch introduces a new page to document the configs and metrics that have been removed in the transition to 4.0. While these removed items lack a formal deprecation cycle as they are part of KIP-500, KIP-500 itself does not provide an exhaustive list of all impacted configs and metrics. Therefore, this new page aims to assist Kafka users in understanding the specific configs and metrics that have been removed in the 4.0 release.
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2025-01-16 05:02:01 +08:00