udhos

Results 51 issues of udhos

This WIP change moves global state to explicit variable in order to allow recreation of groupcache resources without application restart.

Hi, I have a use case for, while not restarting the application, bringing down groupcache allocated resources (let the GC release them), then recreate those resources with new configurations. I...

Hi, I am experimenting with a simple standalone package to automatically keep pod peers up-to-date within a kubernetes cluster: https://github.com/udhos/kubegroup Recipe currently looks like this: ```go groupcachePort := ":5000" //...

I can't really use IAM users credentials on my environment, only IAM roles. Would you take a patch to support interacting with S3 with AWS IAM role?

I was able to use scratchbuild to upload an image to docker hub. However, I am hitting status 404 Not Found when I try to upload an image to GCR:...

# Description Support for aws cloudwatch logs and metrics, meaning to provide datasources for querying cw logs and metrics. # Benefits Siglens seems fabulous, but when I showed it to...

enhancement

I think the VLQ specification should be more explicit about building 7-bit bytes starting from the right (least significant bits): Correct order: start from the right (least significant bits): 32...

Hi, I attempted to run the example for golang but hit this erro: ``` Error Connecting to IP:3.234.248.229, Port:9142 Error: gocql: no response to connection startup within timeout Cassandra Session...

[govulncheck](https://go.dev/blog/govulncheck) is reporting vulnerability for applications built with `aws-sigv4-auth-cassandra-gocql-driver-plugin`. ``` $ govulncheck -show verbose ./... Scanning your code and 192 packages across 8 dependent modules for known vulnerabilities... Fetching vulnerabilities...

What about strategies for right sizing the max cache size? Currently I am using this: https://github.com/groupcache/groupcache-go/issues/15