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 83e55005dba [improve][broker] Make cluster metadata init command 
support metadata config path (#23269)
     new ea3d0013eda [fix][test] Fix flaky 
GetPartitionMetadataMultiBrokerTest.testCompatibilityDifferentBrokersForNonPersistentTopic
 (#23259)
     new 9c1443bf3c3 [fix][test] Fix flaky test 
ManagedLedgerTest.testDeleteCurrentLedgerWhenItIsClosed (#23437)
     new 538eb874fdc [fix][build] Add basic support for vscode-java and Eclipse 
IDE (#23448)
     new 1179f3e0968 [fix][client] Fix the javadoc for 
ConsumerBuilder.isAckReceiptEnabled (#23452)
     new fc783578c1a [fix][test] Address flaky 
GetPartitionMetadataMultiBrokerTest (#23456)
     new 10ca808924a [improve][broker] Add log to track issue when 
`handleGetTopicsOfNamespace` (#23434)

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:
 .gitignore                                         |  2 +
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java |  5 ++-
 pom.xml                                            | 46 ++++++++++++++++++++++
 pulsar-broker/pom.xml                              | 19 +++++++++
 .../apache/pulsar/broker/service/ServerCnx.java    |  4 +-
 .../admin/GetPartitionMetadataMultiBrokerTest.java |  4 +-
 .../broker/admin/GetPartitionMetadataTest.java     |  9 ++++-
 .../apache/pulsar/client/api/ConsumerBuilder.java  | 16 +++++---
 pulsar-common/pom.xml                              | 32 +++++++++++++++
 pulsar-transaction/coordinator/pom.xml             | 34 +++++++++++++++-
 10 files changed, 155 insertions(+), 16 deletions(-)

Reply via email to