cloudevents / sdk-rust

Rust library to interact with CloudEvents
Apache License 2.0
174 stars 61 forks source link

Update rdkafka-lib version to ^0.36 #226

Closed k3rn31 closed 6 months ago

k3rn31 commented 6 months ago

The rdkafka-lib version being used has been updated from ^0.29 to ^0.36. This update in the package version is necessary for better compatibility with the latest kafka features.

k3rn31 commented 6 months ago

I forgot to bump the version in the example. It should be ok now.

Lazzaretti commented 6 months ago

Thanks for the contribution @k3rn31 🎉

jbpin commented 3 weeks ago

Hi. I've been struggling with error parsing message to event. I used a new version (0.36) of rdkafka that make to_event inaccessible for OwnedMessage and BorrowMessage<'_>. Have you plan to release this update to crates.io ?