pulsar-client-cpp
pulsar-client-cpp copied to clipboard
[Bug] [Client] C++ Client does not support gcc8.3.1
Search before asking
- [X] I searched in the issues and found nothing similar.
Read release policy
- [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
2.10.6
Minimal reproduce step
rpm installation client version 3.5.1 on gcc8.3.1.
What did you expect to see?
client version 3.5.1 can support gcc8.3.1
What did you see instead?
Anything else?
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
The exception was thrown by the CompressionCodecZstd::encode, which means when the library was built, no zstd library was found.
The exception was thrown by the
CompressionCodecZstd::encode, which means when the library was built, no zstd library was found.
Are there any requirements for the gcc version?
Currently it only requires GCC to support C++ 11.