equanz opened a new pull request #137: URL: https://github.com/apache/pulsar-client-node/pull/137
Fixes https://github.com/apache/pulsar-client-node/issues/94 ### Motivation We want to get MessageId at `Producer#send` method. ### Modifications * Change Producer#send Promise response - from `Promise<null>` to `Promise<Object>` - return MessageId as `Promise<Object>` * Change C++ library version to to `2.7.0` - because of https://github.com/apache/pulsar/pull/7439 ### Verifying this change Add end-to-end test to test cases. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org