Al Liu
Al Liu
Is there a way to build a uds channel without use try_from? Is there a way we can directly connect to the socket file? Will Endpoint::try_from panic when the socket...
Hi, is this repo still be maintained?
##### Versions | Sarama | Kafka | Go | |--------|-------|----| | 2 | 2.5.0 | 1.13.7 | ##### Configuration Is there a way to set `batch.size`,`max.block.ms`, `max.in.flight.requests.per.connection` and `buffer.memory` for...
Hi, is there a method to get the `max_encoded_size`? I want this for pre-allocate.
This crate was developed when I started learning Rust. At the time, I did not have a deep understanding about: 1. The difference between Rust and Go, in sync Rust,...
We need some datasets that can be used to give more insight into the performance and the hit ratio when we add new features.
The hit ratio can be improved by supporting the reading of the items which are in the write buffer.
As mentioned in #297, this PR aims for it. @dvdplm @vkgnosis If you guys can give some reviews? Thanks in advance! Really need this feature for my project.
The current inputs and outputs params for `Function` and `Event` are `Vec`, but the problem is that, if the `Param` is a tuple, then will lose name and internal_type information...
Hi, can we expose `BytesMut::from_vec`? Which can help avoid copying when building a `BytesMut` from `Vec`