You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments