This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from ad447cf6d9a [fix] [broker] Messages lost on the remote cluster when 
using topic level replication (#22890)
     new 14978dcb97a [fix][misc] Topic name from persistence name should decode 
local name (#22879)
     new fba95c2dcc2 [fix][fn] Enable optimized Netty direct byte buffer 
support for Pulsar Function runtimes (#22910)
     new 5cfb0ebf8ea [fix][test] Fix TableViewBuilderImplTest NPE and infinite 
loop (#22924)
     new d43d0cffbca [fix] [client] Fix resource leak in Pulsar Client since 
HttpLookupService doesn't get closed (#22858)

The 4 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:
 .../admin/PulsarClientImplMultiBrokersTest.java    | 79 ++++++++++++++++++++++
 .../pulsar/client/impl/PulsarClientImpl.java       | 22 ++++++
 .../client/impl/TableViewBuilderImplTest.java      | 33 +++++----
 .../org/apache/pulsar/common/naming/TopicName.java |  5 +-
 .../apache/pulsar/common/naming/TopicNameTest.java |  6 ++
 .../pulsar/functions/runtime/RuntimeUtils.java     | 18 ++++-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  | 36 +++++-----
 .../runtime/process/ProcessRuntimeTest.java        | 16 +++--
 8 files changed, 176 insertions(+), 39 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/PulsarClientImplMultiBrokersTest.java

Reply via email to