wallezhang commented on a change in pull request #6918:
URL: https://github.com/apache/skywalking/pull/6918#discussion_r629082704



##########
File path: 
test/plugin/scenarios/pulsar-scenario/src/main/java/test/apache/skywalking/apm/testcase/pulsar/controller/CaseController.java
##########
@@ -48,10 +53,25 @@
 
     @RequestMapping("/pulsar-case")
     @ResponseBody
-    public String pulsarCase() throws PulsarClientException, 
InterruptedException {
+    public String pulsarCase() {
 
-        String topic = "test";
+        String topicOnePartition = "test";
+        String topicMultiPartition = "testMultiPartition";
 
+        try {
+            createTopic(topicOnePartition, 1);

Review comment:
       OK,I will call `doSendAndReceiveMessage` method directly for 
non-partitioned topic.




-- 
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:
[email protected]


Reply via email to