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 2019/10/28 21:04:26 UTC

[pulsar] branch master updated (cfef0fb -> 0984f42)

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 cfef0fb  Update client-libraries-go.md (#5382)
     add 0984f42  Allow to specify delivery delay in C++ client (#5317)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/MessageBuilder.h  | 16 +++++++++++
 pulsar-client-cpp/include/pulsar/c/message.h       | 15 ++++++++++
 pulsar-client-cpp/lib/ConsumerImpl.cc              |  3 +-
 pulsar-client-cpp/lib/HandlerBase.cc               | 11 ++------
 pulsar-client-cpp/lib/HandlerBase.h                |  3 --
 pulsar-client-cpp/lib/MessageBuilder.cc            | 11 ++++++++
 pulsar-client-cpp/lib/ProducerImpl.cc              | 16 +++++------
 .../lib/{BoostHash.cc => TimeUtils.cc}             | 15 ++++++----
 .../pulsar/TopicMetadata.h => lib/TimeUtils.h}     | 22 +++++++--------
 pulsar-client-cpp/lib/c/c_Message.cc               |  8 ++++++
 pulsar-client-cpp/tests/BasicEndToEndTest.cc       | 33 +++++++++++++++++++++-
 11 files changed, 114 insertions(+), 39 deletions(-)
 copy pulsar-client-cpp/lib/{BoostHash.cc => TimeUtils.cc} (73%)
 copy pulsar-client-cpp/{include/pulsar/TopicMetadata.h => lib/TimeUtils.h} (76%)