You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bo...@apache.org on 2022/05/13 01:38:40 UTC

[pulsar] branch master updated (11f6f644eeb -> 15d69071530)

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

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


    from 11f6f644eeb Add option to flatten JSON with FULL_MESSAGE_IN_JSON_EXPAND_VALUE format (#14993)
     add 15d69071530 [PIP-163][Txn]Add lowWaterMark check before appending entry to TB (#15424)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/persistent/PersistentTopic.java |  8 +++--
 .../buffer/impl/TopicTransactionBuffer.java        | 24 +++++++++++++
 .../buffer/TransactionLowWaterMarkTest.java        | 40 ++++++++++++++++++++++
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  2 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    |  6 ++--
 5 files changed, 72 insertions(+), 8 deletions(-)