swamymavuri commented on code in PR #19487:
URL: https://github.com/apache/pulsar/pull/19487#discussion_r1138133381
##########
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:
Hi @eolivelli ,
Can you please confirm as the current API lists both partitioned and non
partitioned topics, so we don't need to add explicitly.
let me know if I need to change any
Thanks
--
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]