Re: KAFKA-2526: command line --producer-property wins

2025-05-29 Thread Tommi Vainikainen
Hi, The proposed standardization of property priority is a good improvement and looks clear to me. One convenience issue I'd like to point out is that almost all command line tools currently define --bootstrap-server as a required command line argument. However if one needs to pass e.g. SSL for a

Re: KAFKA-2526: command line --producer-property wins

2025-05-27 Thread Chia-Ping Tsai
hi Jack thanks for you to raise this mail. The priority of configs used by tool is indeed a issue, and it needs a KIP to follow our compatibility policy. Fortunately, there is a new ticket having a WIP KIP [0][1] - and please feel free to leave your comments on the ticket and KIP [0] https://i

KAFKA-2526: command line --producer-property wins

2025-05-26 Thread Jack Thomasson
in https://github.com/apache/kafka/pull/16492 i propose a simple change to CLI kafka-console-producer that reorders value settings as follow: 1. default 2. config file by --producer.config 3. --producer-property 4. required this fixes https://issues.apache.org/jira/browse/KAFKA-2526. values for