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 2021/05/15 02:01:45 UTC

[pulsar] branch master updated (96325b9 -> 7bd849b)

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 96325b9  [CLI] Add support for setting time based limit on backlog quota with CLI. (#10401)
     add 7bd849b  Reader support seek from separate messageId/time (#10348)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/impl/MultiTopicsReaderTest.java  | 93 ++++++++++++++++++++--
 .../org/apache/pulsar/client/impl/ReaderTest.java  | 43 ++++++++++
 .../org/apache/pulsar/client/api/Consumer.java     | 13 ++-
 .../java/org/apache/pulsar/client/api/Reader.java  | 33 ++++++++
 .../pulsar/client/impl/MultiTopicsReaderImpl.java  | 11 +++
 .../org/apache/pulsar/client/impl/ReaderImpl.java  | 11 +++
 6 files changed, 195 insertions(+), 9 deletions(-)