Skip to content

Update rdkafka #186

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

Closed
wants to merge 1 commit into from
Closed

Conversation

FranzBusch
Copy link
Contributor

We were a few releases behind. This gets us up to 2.8.0

We were a few releases behind. This gets us up to 2.8.0
mimischi added a commit to mimischi/swift-kafka-client that referenced this pull request Feb 20, 2025
Updates `librdkafka` to the latest release 2.8.0. A recent commit* added
a function call that is not available in BoringSSL. This requires us
moving away from BoringSSL again. `libssl-dev` now needs to be available
during build time again.

* https://github.com/confluentinc/librdkafka/blame/93877617709eb071a0f4ec7038c54e2764abefc9/src/rdkafka_ssl.c#L1533

Closes swift-server#186
mimischi added a commit that referenced this pull request Feb 24, 2025
Updates `librdkafka` to the latest release 2.8.0.

### Motivation:

The `librdkafka` version shipped by this client has gotten fairly old,
and there's been a few releases with bug fixes.

### Modifications:

A recent commit [1] added a function call that is not available in
BoringSSL. This requires us moving away from BoringSSL again.

[1]
https://github.com/confluentinc/librdkafka/blame/93877617709eb071a0f4ec7038c54e2764abefc9/src/rdkafka_ssl.c#L1533

### Result:

* Updated `librdkafka` to 2.8.0.
* Removed BoringSSL from project (introduced in
#135)
* `libssl-dev` now needs to be available during build time again.

Closes #186
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