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/04/15 11:49:18 UTC

[pulsar] branch master updated (ef9f300 -> bb9e25f)

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 ef9f300  Update chuckedMessageRate to chunkedMessageRate without breaking public api (#10223)
     add bb9e25f  Support start from separate MessageId for each topic/ partition (#10033)

No new revisions were added by this update.

Summary of changes:
 .../broker/service/SubscriptionSeekTest.java       | 203 +++++++++++++++++++++
 .../pulsar/client/impl/v1/ConsumerV1Impl.java      |   9 +
 .../org/apache/pulsar/client/api/Consumer.java     |  27 +++
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  29 +++
 .../client/impl/MultiTopicsConsumerImpl.java       |  36 ++--
 5 files changed, 292 insertions(+), 12 deletions(-)