This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5736b60085f [fix][sec] Upgrade to async-http-client 2.14.5 to address
CVE-2026-40490 (#25546)
new f7e790b6e87 [improve][common] Optimize TopicName.get() to reduce lock
contention on cache lookup (#25367)
new f042ba2f8a4 [improve][broker] Improve the performance of TopicName
constructor (#24463)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../broker/naming/TopicNameGetBenchmark.java | 88 ++++++++++++++++++++++
.../broker/naming}/package-info.java | 4 +-
.../org/apache/pulsar/common/naming/TopicName.java | 70 +++++++++--------
3 files changed, 128 insertions(+), 34 deletions(-)
create mode 100644
microbench/src/main/java/org/apache/pulsar/broker/naming/TopicNameGetBenchmark.java
copy microbench/src/main/java/org/apache/{bookkeeper/mledger/impl/cache =>
pulsar/broker/naming}/package-info.java (83%)