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:29:52 UTC

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

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 bf00673  Make pulsar-brokers gradually conform project checkstyle (#8520)
     add 0efebcd  [Transaction] Expose transaction interface (#8505)

No new revisions were added by this update.

Summary of changes:
 .../broker/transaction/TransactionProduceTest.java | 44 +++++++--------
 .../pendingack/PendingAckInMemoryDeleteTest.java   |  9 ++--
 .../client/impl/TransactionEndToEndTest.java       | 19 +++----
 .../org/apache/pulsar/client/api/Consumer.java     | 62 ++++++++++++++++++++++
 .../org/apache/pulsar/client/api/Producer.java     | 15 ++++++
 .../org/apache/pulsar/client/api/PulsarClient.java | 21 ++++++++
 .../apache/pulsar/client/impl/ConsumerBase.java    |  6 +--
 .../apache/pulsar/client/impl/ProducerBase.java    |  3 +-
 .../pulsar/client/examples/TransactionExample.java | 14 ++---
 9 files changed, 145 insertions(+), 48 deletions(-)