[
https://issues.apache.org/jira/browse/KAFKA-8247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825442#comment-16825442
]
Sönke Liebau commented on KAFKA-8247:
-------------------------------------
Actually, upon further digging, the same check can also be found in the
following scripts:
* zookeeper-server-start.sh
* zookeeper-shell.sh
* connect-standalone.sh
* connect-distributed.sh
* kafka-run-class.sh
I'll do some further digging, but suspect that we can remove all of these
checks and simply leave parameter handling up to the executed classes
themselves.
> Duplicate error handling in kafka-server-start.sh and actual Kafka class
> ------------------------------------------------------------------------
>
> Key: KAFKA-8247
> URL: https://issues.apache.org/jira/browse/KAFKA-8247
> Project: Kafka
> Issue Type: Bug
> Components: core
> Affects Versions: 2.1.1
> Reporter: Sönke Liebau
> Priority: Minor
>
> There is some duplication of error handling for command line parameters that
> are passed into kafka-server-start.sh
>
> The shell script prints an error, if no arguments are passed in, effectively
> causing the same check in
> [Kafka|https://github.com/apache/kafka/blob/92db08cba582668d77160b0c2853efd45a1b809b/core/src/main/scala/kafka/Kafka.scala#L43]
> to never be triggered, unless the only option that is specified is -daemon,
> which would be removed before passing arguments to the java class.
>
> While not in any way critical I don't think that this is intended behavior. I
> think we should remove the extra check in kafka-server-start.sh and leave
> argument handling up to the Kafka class.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)