-
When I ran `glide up` in yarpc I started getting test/build errors because of new functions on the cherami consumer interface:
```
transport/x/cherami/mocks/mock_cherami_consumer.go:87: cannot use (…
-
-
Looks like we don't tear down the connection immediately for long polls when a worker dies. This results in us dispatching tasks to those zombie pollers. This is very bad experience as the task need…
-
I'm happy to setup go.uber.org/dosa; it:
* Only contains uber branding in the import path, so no github
* Removes the - from the import path
* Is really short
* Lets you move the source later if…
-
https://github.com/yarpc/yarpc-go/blob/v1.0.0/dispatcher.go#L65
If it's deprecated, should this just be removed for 1.0?
-
I'm working on the Dosa project and currently, in our `glide.yaml` file, we have yarpc pinned to `^1.7.1`.
Today, I ran `glide up` and noticed that we're now pulling in a [bunch of new dependencies…
-
I propose that we add an `Rpc-Error` header on the wire for both HTTP and gRPC, containing the name of the error case, e.g., `bogus`, instead of `Yarpc-Protobuf-Raw-Response: 1`. The case name would n…
-
https://travis-ci.org/yarpc/yarpc-go/jobs/243655344#L516
-
https://travis-ci.org/yarpc/yarpc-go/jobs/243653097#L1140
-
https://travis-ci.org/yarpc/yarpc-go/jobs/244485784#L555