ableegoldman opened a new pull request #11813:
URL: https://github.com/apache/kafka/pull/11813


   Currently the #add/removeNamedTopology APIs behave a little wonky when the 
application is still in CREATED. Since adding and removing topologies runs some 
validation steps there is valid reason to want to add or remove a topology on a 
dummy app that you don't plan to start, or a real app that you haven't started 
yet. But to actually check the results of the validation you need to call 
`get()` on the future, so we need to make sure that `get()` won't block forever 
in the case of no failure -- as is currently the case


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

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to