pulsar-client-cpp icon indicating copy to clipboard operation
pulsar-client-cpp copied to clipboard

[Bug] [Client] C++ Client does not support gcc8.3.1

Open liudezhi2098 opened this issue 1 year ago • 3 comments

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.

image

What did you expect to see?

client version 3.5.1 can support gcc8.3.1

What did you see instead?

image

Anything else?

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

liudezhi2098 avatar Jun 27 '24 01:06 liudezhi2098

The exception was thrown by the CompressionCodecZstd::encode, which means when the library was built, no zstd library was found.

BewareMyPower avatar Jun 27 '24 05:06 BewareMyPower

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?

liudezhi2098 avatar Jun 27 '24 08:06 liudezhi2098

Currently it only requires GCC to support C++ 11.

BewareMyPower avatar Jun 28 '24 00:06 BewareMyPower