nlachfr
nlachfr
I updated my commits signature and agreed to the CLA
Regarding documentation, do you think I should add a specific section for unix sockets URIs ? For now, I have added a small description on fields able to handle it.
@TristonianJones How can I help in adding this feature ? For now, #368 seems to be frozen and being able to use the execution `Context` in overloads will be useful...
In #557, you mentioned the use of the callback channel directly. > Also, in Kubernetes it seems to be more common to store the callback channel. Just propagating the done...
That looks promising ! I had a similar approach in my [protoc-gen-cel-validate](https://github.com/nlachfr/protoc-gen-cel-validate) validation plugin built around CEL. Here are some features that I was able to implement and that might...
My bad, I only had a quick look at internals, I thought it was the overall shard cost since it is updated during insertion Is there an overall state somewhere...
OK, in that case, what do you think I should try to implement ? A function that loops over every item or one that return an approximate of the current...
@Yiling-J So, this MR adds two methods on `Cache` and `LoadingCache`: - `Size() int` which returns the size of the cache (iterates over every entry) - `EstimatedSize() int` which returns...