-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid value for configuration property "compression.codec" #2496
Comments
Your librdkafka library was built without support for gzip (requires zlib1g-dev) and zstd (requires libzstd-dev). |
ok I Know thanks |
@edenhill which library is required to build with support for snappy? I'm getting the same message but with snappy compression. |
snappy is always builtin. What version of librdkafka are you using? |
version | 6.0.1 |
Check how librdkafka is built. With the standard configure & make it will always include snappy support. |
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Hello edenhill,
Unable to create configuration for Kafka "compression.codec". as follow:
% Invalid value "gzip" for configuration property "compression.codec"
% Invalid value "zstd" for configuration property "compression.codec"
but use snappy and lz4 is ok。
Description
How to reproduce
<your steps how to reproduce goes here, or remove section if not relevant>
IMPORTANT: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
<v1.1.0>
<2.12-2.3.0>>
<compression.codec [none, gzip, snappy, lz4, zstd]>
<Linux ubuntu x86_64>
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: