Tincu Gabriel
Tincu Gabriel
I have created a very basic implementation of zstd support, which basically mimics the other supported compression algorithms and plugs in the new codec type into the required classes /...
As it stands ATM, there were some issues with the client constructor / bootstrapping in real environments (call to bootstrap would block indefinitely) This issue will remain open however as...
> connections_max_idle_ms is your cluster undergoing changes while this is happening? AKA nodes going down and new ones joining?
I ran into the same issue, but not locally, rather during the test suite running on travis. The kafka broker comes up, a metadata request is made, and the broker...
I don't believe that any of the 2 clients (sync and async) support schema registry integration at the moment. That being said , you can peek at my failed attempt...
> Agreed, can you look at where this negative FD might be coming from? If you can consistently repro it, then the [eBPF tools](http://www.brendangregg.com/ebpf.html) would probably make it a lot...