Skip to content

lib: librdkafka: upgrade to v2.11.0 #10556

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Jul 8, 2025

re: #10540


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@edsiper
Copy link
Member Author

edsiper commented Jul 8, 2025

ah, this version of librdkafka relies on libcurl:

fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
if the dependency is not available it just fails, librdkafka should disable the feature, we need to wait until this is fixed, also this will need we add libcurl as a dependency on all our packages/containers

@cosmo0920
Copy link
Contributor

ah, this version of librdkafka relies on libcurl:

fatal error: 'curl/curl.h' file not found #include <curl/curl.h> ^~~~~~~~~~~~~ if the dependency is not available it just fails, librdkafka should disable the feature, we need to wait until this is fixed, also this will need we add libcurl as a dependency on all our packages/containers

This issue should be resolved by confluentinc/librdkafka#5136.
Still in progress. JFYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants