kafka/docker/test
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
..
fixtures KAFKA-18772 Define share group config defaults for Docker (#18899) 2025-02-14 12:26:18 +00:00
__init__.py KAFKA-15445: Add JVM Docker image (#14552) 2023-12-06 15:59:13 +05:30
constants.py MINOR: Rename and update test files for docker image (#14991) 2023-12-13 11:59:48 +05:30
docker_sanity_test.py KAFKA-19623: Implement KIP-1147 for console producer/consumer/share-consumer. (#20479) 2025-09-17 15:28:20 +01:00