-
Hi Anton,
About the Golang streaming client, [here](https://github.com/antonputra/tutorials/blob/218/lessons/218/client/rstreams/producer.go#L32), you used the default settings.
Default settings …
-
@lilic's [PR](https://github.com/prometheus/client_golang/pull/1650/files) inspired me to look at our examples, and we might improve those a bit 🤗
I am missing examples around:
* Defining basic …
-
Hello,
For my project, I need to connect as a client with my Golang app. Is it possible to add a golang client implementation ?
Thank you !
-
Looks like a promising project, but limitations in tus-clients, for example the Golang client looks like very old. Any ideas on developing an official go client?
-
We set `AutoReconnect` to false in our `ClientOptions`. When the connection to the broker is lost unexpectedly, we see the following error come from this library:
> [client] BUG BUG BUG reconnection…
-
### Go version
go version go1.23.3 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
```
### What did you do?
Recently…
-
is there any interest in a golang client/interface?
i [started some work](https://github.com/elee1766/bullmq/tree/golang/go) on it for fun, i was curious if anyone else had already started.
i t…
-
It appears that #9739 added `RESOURCE_EXHAUSTED` to the list of status codes to retry, but it fails to distinguish between the gRPC-generated `RESOURCE_EXHAUSTED` that's generated when a request paylo…
-
i need to run integration tests on qdrant server but i do not want to go down with testcontainers heavy stuffs
so i just create mock servers and let clients request go through network but hit an …
-
**Is your feature request related to a problem? Please describe.**
I would like to use an official / supported golang client for integrating a application written in golang. The current `clients/go` …