BewareMyPower commented on code in PR #18633:
URL: https://github.com/apache/pulsar/pull/18633#discussion_r1034231788


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/TopicsConsumerImplTest.java:
##########
@@ -539,6 +540,38 @@ public void testTopicNameValid() throws Exception{
         }).get();
     }
 
+    @Test
+    public void testExclusiveSubscribe() throws Exception {
+        final String topicName = 
"persistent://prop/use/ns-abc/testTopicNameValid";

Review Comment:
   I think it's consistent with the other tests in `TopicsConsumerImplTest`.



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