Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-22 Thread Chia-Ping Tsai
hi Andrew Thanks for this KIP. some questions are listed below. chia_00: Should we introduce `--consumer-property` to `kafka-consumer-perf-test.sh` and `kafka-share-consumer-perf-test.sh` since another perf tool, `kafka-producer-perf-test.sh`, has `--producer-property`? chia_01: should we al

Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-17 Thread Federico Valeri
I don't really like --command-config either, but I don't think it's ambiguous > as such. It's > just a bit generic to my way of thinking. > > Thanks, > Andrew > > From: Kirk True > Sent: 10 July 2025 02:06 > To: d

Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-14 Thread Andrew Schofield
: [DISCUSS] KIP-1147: Improve consistency of command-line arguments Hi Andrew, Thanks for the KIP. Yes, the inconsistency drives me crazy :) Just one initial question: KT01: During the migration period where both command line arguments are supported (e.g. --producer-props and --producer-pr

Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-14 Thread Andrew Schofield
___ From: Chris Egerton Sent: 10 July 2025 02:18 To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments Hi Andrew, Thanks for the KIP. The mixed dash and dot syntax in --producer.config and --consumer.config has always vexed

Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-09 Thread Chris Egerton
Hi Andrew, Thanks for the KIP. The mixed dash and dot syntax in --producer.config and --consumer.config has always vexed me. I just have one thought: To be honest, like Kirk, I don't love --command-config. While it is the most common flag name for specifying client properties, it seems both inacc

Re: [DISCUSS] KIP-1147: Improve consistency of command-line arguments

2025-07-09 Thread Kirk True
Hi Andrew, Thanks for the KIP. Yes, the inconsistency drives me crazy :) Just one initial question: KT01: During the migration period where both command line arguments are supported (e.g. --producer-props and --producer-property), which takes precedence? I'm not ecstatic about the existing na