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/06/11 00:44:11 UTC

[pulsar] branch master updated (941ddd6 -> e1c04ef)

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 941ddd6  limiting batch size to the minimum of the maxNumberOfMessages and maxSizeOfMessages (#6865)
     add e1c04ef  Fix hash range conflict issue in Key_Shared with sticky hash range (#7231)

No new revisions were added by this update.

Summary of changes:
 ...ashRangeExclusiveStickyKeyConsumerSelector.java |  9 ++-
 .../client/api/KeySharedSubscriptionTest.java      | 64 ++++++++++++++++++++++
 .../pulsar/client/api/PulsarClientException.java   | 19 +++++++
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  2 +
 4 files changed, 93 insertions(+), 1 deletion(-)