Christian Klauser

Results 25 comments of Christian Klauser

It _does_ work, but is extremely slow (feels like ~0.5 fps) on my Nexus 10. Is this simply because we don't have hardware acceleration implemented? (`ChromeView#requestDrawGL`)

Yes, the inherent methods are ranked at the top, thankfully 🙂, but I would wish that something like the [creation_flags](https://doc.rust-lang.org/std/process/struct.Command.html#method.creation_flags) method (from a `impl CommandExt for Command`) to be ranked...

Lack of snappy compression is an issue for using rust-rdkafka in my organisation. While we deploy to linux, where we could use the mklove-based librdkafka-build, our developers mostly run Windows,...

https://github.com/fede1024/rust-rdkafka/commit/353812ff958b4b65f9e65dd22a60e770ed6ba948 has not been released on crates.io as far as I can tell. => No need to add the bugfix to the changelog.

With topics that let the producer control compression, the error message might look like this: ``` ERROR rdkafka::client: librdkafka: Global error: NotImplemented (Local: Not implemented): Decompression (codec 0x2) of message...

Indeed! I've included a bump to version 1.69 in the PR (as a separate commit). Rust 1.69 was released 20 April, 2023. Seems a reasonable upgrade to me, but I...

It seems there are a total of three PRs for this error now :( 1. https://github.com/fede1024/rust-rdkafka/pull/671 (this PR) 2. https://github.com/fede1024/rust-rdkafka/pull/688 3. https://github.com/fede1024/rust-rdkafka/pull/691

Just as a heads up for maintainers: there seem to be 3 PRs for this issue 1. https://github.com/fede1024/rust-rdkafka/pull/671 2. https://github.com/fede1024/rust-rdkafka/pull/688 (this PR) 3. https://github.com/fede1024/rust-rdkafka/pull/691

I have rebased the change as #705 (forgot to re-open _before_ pushing the new branch). With the unrelated bump of MSRV to 1.70 we can now just use `CStr::from_bytes_until_nul` 🥳...