kafka/docs
Shivsundar R 3bc50f937c
KAFKA-19623: Implement KIP-1147 for console producer/consumer/share-consumer. (#20479)
*What*
https://issues.apache.org/jira/browse/KAFKA-19623

- The PR implements KIP-1147

(https://cwiki.apache.org/confluence/display/KAFKA/KIP-1147%3A+Improve+consistency+of+command-line+arguments)
for the console tools i.e. `ConsoleProducer`, `ConsoleConsumer` and
`ConsoleShareConsumer`.

- Currently the previous names for the options are still usable but
there will be warning message stating those are deprecated and will be
removed in a future version.
- I have added unit tests and also manually verified using the console
tools that things are working as expected.

Reviewers: Andrew Schofield <aschofield@confluent.io>, Jhen-Yung Hsu
 <jhenyunghsu@gmail.com>, Jimmy Wang
 <48462172+JimmyWang6@users.noreply.github.com>
2025-09-17 15:28:20 +01:00
..
documentation
images
js
streams KAFKA-15307: Kafka Streams configuration docs outdated (#20408) 2025-09-08 17:35:12 -07:00
README.md
api.html
compatibility-summary.html
configuration.html KAFKA-19112 Unifying LIST-Type Configuration Validation and Default Values (#20334) 2025-09-06 01:25:55 +08:00
connect.html MINOR: Fix the link for the heading Errant Record Reporter in connect.html (#20313) 2025-08-07 00:31:46 +08:00
design.html
docker.html
documentation.html
ecosystem.html
implementation.html
introduction.html
ops.html MINOR: Cleanups in ops docs (#20532) 2025-09-14 20:25:12 +08:00
protocol.html
quickstart.html
security.html KAFKA-19623: Implement KIP-1147 for console producer/consumer/share-consumer. (#20479) 2025-09-17 15:28:20 +01:00
toc.html
upgrade.html KAFKA-19604 Document controller.quorum.auto.join.enable config in upgrade.html (#20409) 2025-09-16 16:34:14 +08:00
uses.html
zk2kraft-summary.html

README.md

Docs

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