-
## Client
Storage
## Code and Dependencies
```go
package main
import (
"context"
"log"
"cloud.google.com/go/storage"
)
func main() {
ctx := context.Background()
// Creat…
-
Create SQL DB service. This should be a gRPC api on top of a postgres SQL DB. See #314 for more detail
-
### Background and Motivation
The Accumulo RPC layer uses Apache Thrift as both the transport and protocol but I think it would be worthwhile to consider switching to gRPC in the future for the RPC…
-
**Describe the bug**
A clear and concise description of what the bug is.
** Related Components **
- [ ] protoc-gen-grpc-federation
- [ ] grpc-federation-linter
- [ ] grpc-federation-language-se…
-
Hello! I was curious if there was a reason gcsfs uses `aiohttp` with the JSON API to query GCS rather than using the Google Python client which calls the gRPC API. AFAIK the gRPC API is a lot more eff…
-
I have a server whose certificate name does not match the dns name. So I have been using the following code inside the `.http` file to skip cert verification:
```js
{{@request
const grpc = requir…
-
Getting `Error: Download error: stream error: stream ID 5; INTERNAL_ERROR; received from peer` from multiple hosts, can't get it to work from anywhere.
```
$ datasets download virus genome taxon 1…
-
### Describe the bug
Whilst generating a part of the [external-authz](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto) project from the io.en…
-
See the following for all routes:
https://github.com/sourcegraph/sourcegraph/blob/3d557128619e09d3c1fda226f44ba620fd4e0f1a/cmd/frontend/internal/httpapi/httpapi.go#L206-L262
# Done:
- [x] …
-
When I call a submit method from application via gateway, I received an Exception below.
```
Caused by: org.hyperledger.fabric.client.EndorseException: io.grpc.StatusRuntimeException: ABORTED: faile…