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(-)