You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/11/13 01:31:50 UTC

[pulsar] branch master updated (0efebcd -> 812166b)

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

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


    from 0efebcd  [Transaction] Expose transaction interface (#8505)
     add 812166b  [Transaction] Register transaction metadata before send or ack messages (#8493)

No new revisions were added by this update.

Summary of changes:
 .../client/impl/ConsumerAckResponseTest.java       |  6 +-
 .../client/impl/TransactionEndToEndTest.java       |  4 +-
 .../apache/pulsar/client/impl/ConsumerBase.java    | 20 ++++---
 .../client/impl/PartitionedProducerImpl.java       | 30 ++++++----
 .../apache/pulsar/client/impl/ProducerBase.java    |  8 ++-
 .../apache/pulsar/client/impl/ProducerImpl.java    | 16 +++--
 .../client/impl/TypedMessageBuilderImpl.java       | 10 ++--
 .../client/impl/transaction/TransactionImpl.java   | 69 ++++++++--------------
 8 files changed, 80 insertions(+), 83 deletions(-)