-
Updated
Aug 16, 2021 - JavaScript
gRPC

gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Here are 4,018 public repositories matching this topic...
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 16, 2021 - Go
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 15, 2021 - Go
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
When using type google.protobuf.Timestamp
, BloomRPC maps this to an object, e.g.:
"create_time": {
"seconds": "1562723637",
"nanos": 928852400
}
However, the Google API Design Guide specifies that the string representation should be RFC 3339 format, e.g. "2014-07-30T10:43:17Z"
This JSON mapp
Add Error Boundaries
-
Updated
Aug 16, 2021 - Go
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 12, 2021
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Java
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
Issue Description
Type: bug report
Describe what happened
https://github.com/douyu/jupiter/blob/577bfd1d427753557a6f7f7a7ea17
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Install gloo 1.8.1 with:
license_secret_name: myname
create_license_secret: false
Expected behavior
Gloo uses the provided secret, and then all subchart are updated too
Currently gloo works, but gloo-fed pods are failing because of non existent license with the default name
**Addi
-
Updated
Jun 7, 2021 - C#
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 1, 2021 - Go
-
Updated
Aug 12, 2021 - Go
To Reproduce