ptlanu22 commented on a change in pull request #6126: support for termination
of partitioned topic
URL: https://github.com/apache/pulsar/pull/6126#discussion_r370180377
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PersistentTopicsTest.java
##########
@@ -200,6 +203,76 @@ public void testGetSubscriptions() {
Assert.assertEquals(responseCaptor.getValue().getStatus(),
Response.Status.NO_CONTENT.getStatusCode());
}
+ @Test
+ public void testTerminatePartitionedTopic() {
+ String testLocalTopicName = "topic-not-found";
Review comment:
Simplified only for termination of 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]
With regards,
Apache Git Services