Some more inconsistent command-line options: --clientId in kafka-simple-consumer-perf-test.sh and kafka-simple-consumer-shell.sh
-name, -loggc and -daemon in kafka-run-class.sh and kafka-server-start.sh (single dash instead of a double dash) It's aesthetics, but I agree that it's important. Martin On 6 Mar 2014, at 03:45, Jay Kreps <jay.kr...@gmail.com> wrote: > Hey guys, > > The delete config option we added to kafka-topics.sh is --deleteConfig. We > have like 300 command line options and all of them are lower case and > hyphenated (i.e. --delete-config). It's obviously pretty irritating if we > can't even keep consistent in a single tool. Let's stick to that convention > or else let's change ALL the existing options. I fixed this on trunk but > this will just have to be inconsistent in 0.8.1. > > -Jay