You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2019/04/23 03:59:48 UTC

[pulsar-client-node] 09/20: Merge pull request #23 from massakam/producer-flush

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

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit 87e76666d3a144a4589f0f3084605058362849dc
Merge: 2f977b9 e0a82d9
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu Mar 14 13:20:28 2019 -0700

    Merge pull request #23 from massakam/producer-flush
    
    [Issue 2] Support Producer.flush()

 examples/producer.js  |  7 +++----
 package-lock.json     |  2 +-
 perf/perf_producer.js |  7 +++----
 src/Producer.cc       | 39 +++++++++++++++++++++++++++++++++++++--
 src/Producer.h        |  1 +
 5 files changed, 45 insertions(+), 11 deletions(-)