eolivelli commented on code in PR #19487:
URL: https://github.com/apache/pulsar/pull/19487#discussion_r1115723262
##########
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/TopicsImpl.java:
##########
@@ -199,20 +204,62 @@ public CompletableFuture<List<String>>
getListAsync(String namespace, TopicDomai
.queryParam("includeSystemTopic",
options.isIncludeSystemTopic());
final CompletableFuture<List<String>> persistentList;
final CompletableFuture<List<String>> nonPersistentList;
+ final CompletableFuture<List<String>> nonPersistentPartitionedList;
Review Comment:
why don't we have the same behaviour for "persistent" partitioned topics ?
I would expect here the same code but "persistentPartitionedList"
it looks like we are simulating something on the client.
--
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]