This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from d5ef20d Fix cherry-pick compile issue for branch-2.7
new d3c0715 Make failPendingMessages called from within the ProducerImpl
object mutex (#10528)
new 749c683 Fix partitioned system topic check bug (#10529)
new f20e513 Reduce function name size to 53 for k8s runtime (#10531)
new 59931bd Enable AutoTopicCreationType partitioned by proxy (#8048)
new b272df4 [Issue 10161] Fix missing LoggerFactoryPtr type. (#10164)
new adba3f3 [Performance] Use single instance of parser (#10664)
The 6 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:
.../AuthenticationProviderToken.java | 6 +-
.../AuthenticationProviderTokenTest.java | 6 +-
.../pulsar/broker/systopic/SystemTopicClient.java | 5 +
.../NamespaceEventsSystemTopicServiceTest.java | 14 +++
pulsar-client-cpp/lib/Log4CxxLogger.h | 5 +-
pulsar-client-cpp/lib/Log4cxxLogger.cc | 8 +-
.../apache/pulsar/client/impl/ProducerImpl.java | 13 ++-
.../runtime/kubernetes/KubernetesRuntime.java | 2 +-
.../pulsar/proxy/server/LookupProxyHandler.java | 104 ++++++++++-----------
.../org/apache/pulsar/proxy/server/ProxyTest.java | 28 +++++-
10 files changed, 118 insertions(+), 73 deletions(-)