coding-yogi

Results 15 comments of coding-yogi

I believe 2 pins are opened for half stepping which gives you a better control over step resolution

Facing the same issue, but I wish to statically bind the `librdkafka`, any pointers? I am using these features ``` rdkafka = { version = "0.38.0", features = ["cmake-build", "curl-static",...

The fix to support CA certs for http requests was added [4 months back](https://github.com/confluentinc/librdkafka/commit/5cdc6ec979009a406a19acbcb72b14f74a820f5b) , which allows to set the ca cert via `https.ca.location` or `https.ca.pem`. Unfortunately the current commit...

BTW the issue of Oauth config not supported was fixed by adding relevant feature flags , along side static compilation feature flags ``` rdkafka = { version = "0.38.0", features...

➕ It also has [some fixes](https://github.com/confluentinc/librdkafka/commit/5cdc6ec979009a406a19acbcb72b14f74a820f5b) related to OAuth implementation where the static linking of OpenSSL currently fails with `SSL certificate problem: unable to get local issuer certificate (-1)`