You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/02/25 21:21:14 UTC

[pulsar] branch master updated (47e084a -> 935ceda)

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

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


    from 47e084a  Fix the deb build process (#9715)
     add 935ceda  [C++] SinglePartition message router is always picking the same partition (#9702)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/PartitionedProducerImpl.cc            |  5 +----
 pulsar-client-cpp/lib/SinglePartitionMessageRouter.cc       | 13 +++++++++++++
 pulsar-client-cpp/lib/SinglePartitionMessageRouter.h        |  4 +++-
 pulsar-client-cpp/tests/SinglePartitionMessageRouterTest.cc |  4 ++--
 4 files changed, 19 insertions(+), 7 deletions(-)