Re: --deleteConfig option in 0.8.1

2014-03-06 Thread Martin Kleppmann
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.

--deleteConfig option in 0.8.1

2014-03-05 Thread Jay Kreps
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