joeCarf commented on code in PR #7416:
URL: https://github.com/apache/rocketmq/pull/7416#discussion_r1342306389
##########
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java:
##########
@@ -381,6 +381,11 @@ public void createTopic(final String addr, final String
defaultTopic, final Topi
throws RemotingException, MQBrokerException, InterruptedException,
MQClientException {
Validators.checkTopicConfig(topicConfig);
+ if
(getTopicListFromNameServer(timeoutMillis).getTopicList().contains(topicConfig.getTopicName()))
{
+
Review Comment:
redundant line
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]