shibd opened a new pull request, #280: URL: https://github.com/apache/pulsar-client-node/pull/280
### Motivation When building by source code on a Linux system, If the CPP client is present locally, the installation CPP client may fail. ### Modifications - Install the CPP client to a tmp path, not a system path. In this way, even if the CPP client exists locally, it does not affect each other. - Add README to explain that build from source code requires Node.js version greater than 16.18. - Optimize file structure. ### Verifying this change - In my repo verifying release workflows: https://github.com/shibd/pulsar-client-node/actions/runs/3845833859 ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `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]
