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 <massa...@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(-)