apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

[fix] Add tests for produce and consume with TLS enabled #313

Closed massakam closed 1 year ago

massakam commented 1 year ago

Motivation

There was a problem with the code just a little while ago where specifying an HTTPS URL as the serviceUrl caused a segfault. This has been fixed by https://github.com/apache/pulsar-client-node/pull/310, but since there were no tests for this issue yet, I added it.

In addition, it seemed that the place where -fvisibility=hidden should be added was wrong, so I fixed it.

Verifying this change

Documentation