Tomáš Hromada

Results 22 comments of Tomáš Hromada

@benesch Apologies, somehow completely missed the Contributing doc. I updated the bindings now, and also checked that no new errors were added in this version (by comparing `pub enum rd_kafka_resp_err_t`...

The `ci / check` is failing on `librdkafka` adding a HTTP client support via curl, which I didn't update here yet. I'll update the PR when I have the time...

I checked the existing features and decided to go with the `libz` path for the `curl` feature - optional, enabled by default, links dynamic library by default, and can be...

Hi @duarten, thanks for triggering the CI job! I missed one more place to put the `curl` default feature - now the check phase is passing (at least locally on...

Hey all, I'm still struggling a little bit with making the Windows tests pass - I was able to add some missing library / include links for the compiler (so...

I think I got it; I needed to include the `-DCURL_STATICLIB` in the CFLAGS, as described [in the curl docs](https://curl.se/docs/faq.html#Link_errors_when_building_libcur). Here's a link to the passing windows check run: https://github.com/gyfis/rust-rdkafka/runs/7191217214?check_suite_focus=true

Hi @duarten, @thijsc ! Thanks for the previous actions trigger. I’m done with the PR, ready for review - care to take a look? (cc @benesch) 🙌

Hi again @duarten, @thijsc ! Sorry for the repeated notifications, and thanks for the previous actions trigger. I’m done with the PR, ready for review - care to take a...

Hi @benesch ! Apologies for pinging so much, just wondering what you think about the changes and if we can get the tests running to progress with the PR :)...

Hey @ioquatix , sorry for the resurrect. We're trying to make Falcon work with Rails 7.1 + Rack 3 streaming, but the example you've shared above doesn't work - it...