[
https://issues.apache.org/jira/browse/KAFKA-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17017965#comment-17017965
]
Stanislav Savulchik commented on KAFKA-8406:
--------------------------------------------
[~enether] seems like the issue is fixed in 2.4.0
{noformat}
➜ kafka_2.12-2.4.0 bin/kafka-topics.sh --bootstrap-server broker1:9092 --alter
--topic topic --config segment.bytes=104857600
Option combination "[bootstrap-server],[config]" can't be used with option
"[alter]"{noformat}
> 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)