savearray2 opened a new pull request #121: URL: https://github.com/apache/pulsar-client-node/pull/121
A version bump to the latest version of the Pulsar C++ library (2.6.1) was required to make use of the compression types. As the latest version of the C++ library requires ```GLIBCXX_3.4.22```, the testing suite code was altered to automatically update the Docker image with the latest version of ```libstdc++6``` and ```gcc-4.9``` before executing the library tests. Since this makes use of a later version of the C++ library, compatibility requirements will change, and should probably be reflected in ```README.md```. Accommodates the issue created here: https://github.com/apache/pulsar-client-node/issues/11#issue-420827873 ---------------------------------------------------------------- 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