[ https://issues.apache.org/jira/browse/KAFKA-9363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-9363. ------------------------------------ Resolution: Fixed > Admin Script "kafka-topics" doesn't confirm on successful creation > ------------------------------------------------------------------ > > Key: KAFKA-9363 > URL: https://issues.apache.org/jira/browse/KAFKA-9363 > Project: Kafka > Issue Type: Bug > Components: admin > Affects Versions: 2.4.0 > Reporter: M. Manna > Assignee: M. Manna > Priority: Minor > > When a topic is created from admin console, no confirmation is provided if > --bootstrap-server is chosen. > > How to reproduce: > 1) Get 2.4.0 distro > 2) Download and extract code > 3) Run "kafka-topics --create --topic "dummy" --partition 1 > --replication-factor 1 --bootstrap-server localhost:9092 > 4) Observe that no confirmation e.g. "Successfully created dummy" was > provided. > We should, at least, provide a confirmation or restore the confirmation > message which was annunciated before using --zookeeper argument. We all must > use --describe flag to do a follow-up, but a confirmation message is a nice > addition. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)