You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2019/08/06 04:35:44 UTC

[pulsar-client-node] 29/45: Merge pull request #31 from k2la/reader

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

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

commit 8b20d3d42a79b2267d89a2209fbf0f11ace5bf45
Merge: 3561f2b ab3db36
Author: massakam <ma...@yahoo-corp.jp>
AuthorDate: Wed Jun 12 11:43:43 2019 +0900

    Merge pull request #31 from k2la/reader
    
    Implement Reader

 binding.gyp                        |   2 +
 src/Client.h => examples/reader.js |  38 ++++----
 src/Client.cc                      |  14 ++-
 src/Client.h                       |   1 +
 src/Reader.cc                      | 188 +++++++++++++++++++++++++++++++++++++
 src/{Client.h => Reader.h}         |  22 +++--
 src/ReaderConfig.cc                |  70 ++++++++++++++
 src/{Client.h => ReaderConfig.h}   |  27 +++---
 src/addon.cc                       |   2 +
 tests/end_to_end.test.js           |  61 +++++++++++-
 tests/reader.test.js               |  72 ++++++++++++++
 11 files changed, 448 insertions(+), 49 deletions(-)