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 2020/12/03 05:34:14 UTC

[pulsar] branch master updated (9565fad -> 74803db)

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 9565fad  Enable spotbugs check in module package management service (#8784)
     add 74803db  [C++] Implement batch aware producer router (#8395)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/PartitionedProducerImpl.cc   |   5 +-
 pulsar-client-cpp/lib/RoundRobinMessageRouter.cc   |  63 +++++++-
 pulsar-client-cpp/lib/RoundRobinMessageRouter.h    |  26 +++-
 pulsar-client-cpp/tests/BasicEndToEndTest.cc       |   4 +-
 pulsar-client-cpp/tests/CustomRoutingPolicy.h      |  13 ++
 pulsar-client-cpp/tests/PartitionsUpdateTest.cc    |   3 +-
 .../tests/RoundRobinMessageRouterTest.cc           | 164 ++++++++++++++++-----
 7 files changed, 223 insertions(+), 55 deletions(-)