Skip to content

fix: rdkafka sys version range#268

Merged
Lazzaretti merged 1 commit intocloudevents:mainfrom
Lazzaretti:fix/rdkafka-version-range
Mar 21, 2026
Merged

fix: rdkafka sys version range#268
Lazzaretti merged 1 commit intocloudevents:mainfrom
Lazzaretti:fix/rdkafka-version-range

Conversation

@Lazzaretti
Copy link
Copy Markdown
Member

new versions don't work the same (they need curl)

new versions don't work the same (they need curl)

Signed-off-by: Fabrizio Lazzaretti <fabrizio@lazzaretti.me>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request attempts to fix a version compatibility issue with the rdkafka-sys package used by the Kafka protocol binding. The change restricts rdkafka-sys to versions below 4.10, reportedly because newer versions require curl as a dependency.

Changes:

  • Adds rdkafka-sys to the rdkafka feature dependencies (line 30)
  • Adds a new optional dependency rdkafka-sys with version constraint <4.10 (line 52)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Lazzaretti Lazzaretti merged commit 618897f into cloudevents:main Mar 21, 2026
14 checks passed
@Lazzaretti Lazzaretti deleted the fix/rdkafka-version-range branch March 21, 2026 09:18
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