kafka/docs
dengziming 615f1a0bf9
KAFKA-16181: Use incrementalAlterConfigs when updating broker configs by kafka-configs.sh (#15304)
This PR implement KIP-1011, kafka-configs.sh now uses incrementalAlterConfigs API to alter broker configurations instead of the deprecated alterConfigs API, and it will fall directly if the broker doesn't support incrementalAlterConfigs.

Reviewers: David Jacot <djacot@confluent.io>, OmniaGM <o.g.h.ibrahim@gmail.com>.
2024-12-01 18:32:02 +08:00
..
documentation
images MINOR: Update site docs for ASF compliance (#12494) 2022-08-24 10:45:32 -04:00
js Bump trunk to 4.0.0-SNAPSHOT 2024-07-29 15:51:54 -07:00
streams KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08: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-17997 Remove deprecated config log.message.timestamp.difference.max.ms (#17928) 2024-11-29 03:15:46 +08:00
connect.html KAFKA-15387: Remove Connect's deprecated task configurations endpoint (#17412) 2024-11-21 19:43:54 +05:30
design.html KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08:00
docker.html MINOR: Refresh of the docs (#16375) 2024-06-18 17:15:47 +02:00
documentation.html KAFKA-6197: Update Streams API and Javadoc references in documentation (#17215) 2024-09-28 12:42:59 -07:00
ecosystem.html
implementation.html KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08:00
introduction.html
ops.html KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08:00
protocol.html KAFKA-17322: Document required header versions in Protocol Guide (#16867) 2024-09-16 14:19:47 +02:00
quickstart.html KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08:00
security.html KAFKA-18012: Update the Scram configuration section for KRaft (#17844) 2024-11-27 11:37:24 +01:00
toc.html KAFKA-18011 Remove ZooKeeper sections from the docs (#17813) 2024-11-26 01:58:48 +08:00
upgrade.html KAFKA-16181: Use incrementalAlterConfigs when updating broker configs by kafka-configs.sh (#15304) 2024-12-01 18:32:02 +08:00
uses.html MINOR: Various fixes in the docs (#14914) 2023-12-04 22:06:49 +01: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.