Gwen Shapira created KAFKA-2463:
-----------------------------------
Summary: Our shell scripts should use getopts for argument parsing.
Key: KAFKA-2463
URL: https://issues.apache.org/jira/browse/KAFKA-2463
Project: Kafka
Issue Type: Improvement
Reporter: Gwen Shapira
It is 2015 and we are parsing arguments manually.
Other than causing people to wonder if our network protocol was optimized for
circuit switching telephony, it also prevents us from adding new arguments
cleanly.
Some examples of arguments we may decide to add:
--debug <port> - for attaching a debugger
--ulimit <type>=<value>
There are probably more. Lets use getopts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)