You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/08/06 21:17:17 UTC

[pulsar] branch master updated (69cbd26 -> c54a47e)

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

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


    from 69cbd26  [broker] Make resetting cursor in REST API asynchronous (#7744)
     add c54a47e  Ensure parallel invocations of MultiTopicsConsumerImpl::subscribeAsync with same topic name do not hang. Fixes  #7556. (#7691)

No new revisions were added by this update.

Summary of changes:
 .../client/impl/MultiTopicsConsumerImpl.java       | 25 +++++--
 .../client/impl/MultiTopicsConsumerImplTest.java   | 84 ++++++++++++++++++++++
 2 files changed, 105 insertions(+), 4 deletions(-)