leizhiyuan commented on issue #11510:
URL: https://github.com/apache/pulsar/issues/11510#issuecomment-894037253


   It seems
   
   
![image](https://user-images.githubusercontent.com/2684384/128114408-72f6f04f-faf5-477f-9824-b3f9c3054d41.png)
   
   
   in 2.7 , AdminResource, it will try to connect the other clusters for create 
partitioned topic, so the virtual new ClusterData("http://broker-use.com:8080";) 
will fail when connect, if we need to fix this ,maybe we need to run the other 
plusar clusters (include zk ) in tests. the the operation will be success .
   
   It has been fixed in master
   
   which
   
           ((TopicsImpl) admin.topics()).createPartitionedTopicAsync(topic, 3, 
true).get();
   
   set the createLocalTopicOnly = true..


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


Reply via email to