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/08/03 14:10:40 UTC

[pulsar] branch master updated (ca98a89 -> bea5dd8)

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 ca98a89  Close the previous reader of the healthcheck topic (#7724)
     add bea5dd8  Fix the nondurable consumer can not specify the initial position (#7702)

No new revisions were added by this update.

Summary of changes:
 .../apache/bookkeeper/mledger/ManagedLedger.java   |  1 +
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  9 ++-
 .../mledger/impl/NonDurableCursorImpl.java         | 12 +++-
 .../broker/service/persistent/PersistentTopic.java |  6 +-
 .../client/impl/ConsumerBuilderImplTest.java       |  5 ++
 .../messaging/NonDurableConsumerMessagingTest.java | 74 ++++++++++++++++++++++
 .../integration/messaging/TopicMessagingBase.java  |  1 +
 7 files changed, 101 insertions(+), 7 deletions(-)
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/messaging/NonDurableConsumerMessagingTest.java