[
https://issues.apache.org/jira/browse/KAFKA-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412103#comment-17412103
]
Stanislav Kozlovski commented on KAFKA-8406:
--------------------------------------------
Fixed in 2.4 - https://github.com/apache/kafka/pull/6786/files
> kafka-topics throws wrong error on invalid configuration with
> bootstrap-server and alter config
> -----------------------------------------------------------------------------------------------
>
> Key: KAFKA-8406
> URL: https://issues.apache.org/jira/browse/KAFKA-8406
> Project: Kafka
> Issue Type: Improvement
> Reporter: Stanislav Kozlovski
> Assignee: Stanislav Kozlovski
> Priority: Minor
>
> Running
> {code:java}
> ./kafka-topics --bootstrap-server <server> --alter --config
> retention.ms=3600000 --topic topic{code}
> Results in
> {code:java}
> Missing required argument "[partitions]"{code}
> Running
> {code:java}
> ./kafka-topics --bootstrap-server <server> --alter --config
> retention.ms=3600000 --topic topic --partitions 25{code}
> Results in
> {code:java}
> Option combination "[bootstrap-server],[config]" can't be used with option
> "[alter]"{code}
> For better clarity, we should just throw the last error outright.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)