Bartek Kowalczyk
Bartek Kowalczyk
Buenos Dias :) Our team is making research around argo-workflow project usage, and we found one potential security-issue (because of company guidelines) - we want to address it somehow, potentially...
Looks like this change https://github.com/fede1024/rust-rdkafka/commit/353812ff958b4b65f9e65dd22a60e770ed6ba948 is causing following error (when SimpleConsumer is being run) - at least on OSX ``` librdkafka validated config value is valid u64: ParseIntError { kind:...
This PR intend to be a proof-of-concept for https://github.com/vectordotdev/vector/issues/20635. Because I have little knowledge about vector and not much more experience in Rust, I started with minimal working implementation to...
This is the same problem solved but with different approach https://github.com/vectordotdev/vector/pull/21008 . (another idea for https://github.com/vectordotdev/vector/issues/20635.)