merlimat opened a new pull request #11919: URL: https://github.com/apache/pulsar/pull/11919
### Motivation We have few C objects that are included in the C++ libpulsar, from LZ4 and CRC imported code. While we're hiding all internal symbols in the libpulsar.so, we cannot control the visibility for libpulsar.a. Since these symbols do not have any kind of prefix, they can conflict with existing symbols from the application or its depedencies (eg: if it's already linking with liblz4). ### Modifications Convert the C sources into C++ source and include all symbols into `pulsar` C++ namespace. -- 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]
