Commit 26d569b
authored
Avoid get partition metadata while the topic name is a partition name. (#6339)
Motivation
To avoid get partition metadata while the topic name is a partition name.
Currently, if users want to skip all messages for a partitioned topic or unload a partitioned topic, the broker will call get topic metadata many times. For a topic with the partition name, it is not necessary to call get partitioned topic metadata again.1 parent 3cf6be1 commit 26d569b
File tree
1 file changed
+493
-441
lines changed- pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl
1 file changed
+493
-441
lines changed
0 commit comments