[ 
https://issues.apache.org/jira/browse/KAFKA-9363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007630#comment-17007630
 ] 

ASF GitHub Bot commented on KAFKA-9363:
---------------------------------------

mmanna-sapfgl commented on pull request #7893: KAFKA-9363 Confirms successful 
topic creation for JAdminClient
URL: https://github.com/apache/kafka/pull/7893
 
 
   When admin client script is used with --zookeeper, it's printing a 
confirmation message. The same doesn't occur when using JAdminClient. Since KIP 
500 is going to replace ZK in the future, it would be nice to have this 
confirmation message retained.
   
   No unit testing is requires as this message is simply a confirmation on the 
console upon a successful return from the AdminClient API call.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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)

Reply via email to