jiazhai commented on a change in pull request #2025: Allow non-pesistent topics
to be retrieved along with persistent ones from the "GetTopicsOfNamespace"
method
URL: https://github.com/apache/incubator-pulsar/pull/2025#discussion_r197973094
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/PatternTopicsConsumerImplTest.java
##########
@@ -133,6 +134,7 @@ public void testBinaryProtoToGetTopicsOfNamespace() throws
Exception {
String topicName1 = "persistent://my-property/my-ns/pattern-topic-1-"
+ key;
String topicName2 = "persistent://my-property/my-ns/pattern-topic-2-"
+ key;
String topicName3 = "persistent://my-property/my-ns/pattern-topic-3-"
+ key;
+ final String topicName4 =
"non-persistent://my-property/my-ns/pattern-topic-4-" + key;
Review comment:
also here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services