[ https://issues.apache.org/jira/browse/KAFKA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gwen Shapira resolved KAFKA-2463. --------------------------------- Resolution: Won't Fix Never mind, getopts doesn't support long options, which means we will break -daemon. Lets stick with middle-ages for now :) > 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)