Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic on getting config value from NativeConfig
Kafka can return string with multiple \0 chars (seen on Windows x64), and CStr::from_bytes_with_nul panics in that case. String::from_utf8_lossy() handles that ok
- Loading branch information