Skip to content

Conversation

@raymondanadon
Copy link

  • Fix compil error when option "WITH_CURL" is OFF
  • Fix potential bug snprintf potential truncated str

@raymondanadon raymondanadon requested a review from a team as a code owner August 30, 2025 12:08
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
✅ raymondanadon
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@jerry-123123
Copy link

jerry-123123 commented Sep 25, 2025

Can this be merged?

@tillrohrmann
Copy link

I would love to get this merged.

tillrohrmann added a commit to restatedev/rust-rdkafka that referenced this pull request Nov 18, 2025
This commit picks a librdkafka version which has confluentinc/librdkafka#5182
cherry-picked on top of v2.12.1. This fixes building librdkafka w/o curl enabled where it otherwise
would look for curl/curl.h because of a wrong compiler directive.
Comment on lines +4203 to +4204
char member_id[11];
snprintf(member_id, 11, "consumer%d", (int)(i + 1));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Please remove this change there's the assert rd_assert(member_cnt <= 9); at line 4192.

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.

4 participants