kafka/docs
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
..
documentation KAFKA-10679: [Streams] migrate kafka-site updated docs to kafka/docs (#9554) 2020-11-04 08:30:10 -05:00
images KAFKA-18111: Add Kafka Logo to README (#18452) 2025-01-08 17:17:31 -08:00
js MINOR: Bump trunk to 4.1.0-SNAPSHOT (#18213) 2024-12-16 16:47:13 +01:00
streams KAFKA-18023: Enforcing Explicit Naming for Kafka Streams Internal Topics (#18233) 2025-02-24 11:41:42 +01:00
README.md KAFKA-16467: add docs README (#15664) 2024-04-30 10:26:35 +08:00
api.html KAFKA-6197: Update Streams API and Javadoc references in documentation (#17215) 2024-09-28 12:42:59 -07:00
configuration.html KAFKA-18850 Fix the docs of org.apache.kafka.automatic.config.providers (#19039) 2025-02-27 15:36:27 +08:00
connect.html MINOR: Remove unnecessary < from Errant Record Reporter section (#18498) 2025-01-13 12:13:10 +01:00
design.html MINOR: Adjust docs for the committed message (#19022) 2025-02-25 13:27:33 +00:00
docker.html MINOR: Refresh of the docs (#16375) 2024-06-18 17:15:47 +02:00
documentation.html MINOR: Update version is doc (#19006) 2025-02-22 12:37:15 +01:00
ecosystem.html
implementation.html MINOR: Remove old message format documentation (#19033) 2025-02-26 09:36:08 -08:00
introduction.html MINOR: Fix broken link in introduction.html (#11249) 2021-10-11 16:45:36 +02:00
ops.html KAFKA-18860 Remove Missing Features section (#19048) 2025-02-28 06:38:56 +08:00
protocol.html MINOR: Add protocol documentation about ApiVersions Fallback behaviour (#17967) 2024-12-05 11:22:27 +08:00
quickstart.html KAFKA-18229: Move configs out of "kraft" directory (#18389) 2025-01-22 15:47:57 +01:00
security.html KAFKA-16718 [1/n]: Added DeleteShareGroupOffsets request and response schema (#18927) 2025-02-18 14:06:24 +00:00
toc.html KAFKA-18860 Remove Missing Features section (#19048) 2025-02-28 06:38:56 +08:00
upgrade.html MINOR: Add a separate page for zk2kraft.html (#18961) 2025-02-26 05:39:30 +08:00
uses.html MINOR: Various fixes in the docs (#14914) 2023-12-04 22:06:49 +01:00
zk2kraft.html KAFKA-18908 Document that the size of appended value can't be larger than Short.MAX_VALUE (#19067) 2025-03-03 03:00:41 +08:00

README.md

Docs

The documentation needs to run with kafka-site. Please check the README in the kafka-site repository to preview documentation locally.