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

sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 0e6bbc8  [Python] Return MessageId in producer's synchronous send 
method (#9287)
     add b4ee611  Support fetching metadata from entry data in publish callback 
(#9257)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/mledger/AsyncCallbacks.java  |  4 ++-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  4 +--
 .../apache/bookkeeper/mledger/impl/OpAddEntry.java | 11 +++----
 .../bookkeeper/mledger/impl/ManagedCursorTest.java |  3 +-
 .../mledger/impl/ManagedLedgerBkTest.java          |  4 ++-
 .../mledger/impl/ManagedLedgerErrorsTest.java      |  8 +++--
 .../bookkeeper/mledger/impl/ManagedLedgerTest.java | 34 +++++++++++++++++-----
 .../mledger/impl/NonDurableCursorTest.java         |  4 ++-
 .../org/apache/pulsar/broker/service/Topic.java    |  3 ++
 .../broker/service/persistent/PersistentTopic.java |  3 +-
 .../buffer/impl/TopicTransactionBuffer.java        |  8 ++---
 .../PersistentDispatcherFailoverConsumerTest.java  |  3 +-
 .../pulsar/broker/service/PersistentTopicTest.java | 31 +++++++++++++++++---
 .../pulsar/broker/service/ServerCnxTest.java       |  4 ++-
 .../service/persistent/MessageDuplicationTest.java | 12 ++++----
 .../pulsar/testclient/ManagedLedgerWriter.java     |  2 +-
 .../coordinator/impl/MLTransactionLogImpl.java     |  2 +-
 17 files changed, 100 insertions(+), 40 deletions(-)

Reply via email to