Skip to content

add feature to statically link against existing librdkafka #750

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 3 commits into
base: master
Choose a base branch
from

Conversation

aviramha
Copy link

@aviramha aviramha commented Dec 6, 2024

This feature allows users to pre-build their own static librdkafka and use it with rust-rdkafka.
In our case, to make it easier for cross compilation we preferred to compile natively librdkafka for each architecture, then re-use it from a container image.

@Razz4780 Razz4780 force-pushed the use_existing_static_build branch from f1049b9 to dbcf9f4 Compare April 2, 2025 16:07
@aviramha
Copy link
Author

aviramha commented Apr 7, 2025

For those interested, we started maintaining our own fork until this is merged
https://github.com/metalbear-co/rust-rdkafka

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

Successfully merging this pull request may close these issues.

2 participants