BewareMyPower opened a new pull request, #255:
URL: https://github.com/apache/pulsar-client-node/pull/255

   ### Motivation
   
   Currently, the scripts in `examples` directory all requires a
   `pulsar-client` module installed. However, they might use some latest
   APIs that were not included in official releases. We should force users
   to build the client before running the examples.
   
   ### Modifications
   
   Change `require('pulsar-client')` to `require('..')` in all `*.js`
   scripts under the `examples` directory.
   
   Simplify the README to two parts:
   1. How to install the official released `pulsar-client` module. Then add a 
very simple end-to-end example.
   2. How to build the artifacts and run the examples based on latest code.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   - [ ] `doc-not-needed` 
   (Please explain why)
   
   - [x] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to