-
Updated
Jun 16, 2022 - 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,993 public repositories matching this topic...
-
Updated
Jun 16, 2022 - C++
-
Updated
Jun 16, 2022 - Go
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
🐛 Bug Report
I generate swagger for a post method with request body
but the method message has no "parameters.schema.description " field when I set the option " json_schema.description" for the message
To Reproduce
(Write your steps here:)
- this is my protobuf
<img width="734" alt="image" src="https://user-images.githubusercontent.com/38717535/168068152-6b95bf7b-4bd3-4d85-
- #574 was completed in Sept 2021.
- Related to #574, the Cymbal team suggested a few additional improvements in Oct 2021 that might be worth adding:
- "Hover" and "press" states for buttons (see Google-internal Figma comment)
- "Online Boutique" logo color change (see [Google-i
-
Updated
Jun 16, 2022 - Go
Allow to close tabs by hovering over a tab and clicking the middle mouse button.
Just like in web browsers. :)
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
-
Updated
Jun 10, 2022 - Go
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 14, 2022
-
Updated
Jan 16, 2022 - Go
-
Updated
Jun 16, 2022 - Go
Before you submit this issue, you has been search all existed issues and search the documentation
- [] I've been search all existed issues
- [] I've been read all documentation
Describe your question
How should I use alicloud MNS?
-
Updated
Jun 8, 2022 - Go
If you are using Conductor at the company you work with, add the name of your company and your Github handle to the list at https://github.com/netflix/conductor/blob/main/WHOSUSING.md
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 1, 2022 - TypeScript
Issue Description
Type: feature request
Describe what feature you want
Additional context
Add any other context or screenshots ab
A failed HttpResponse can be converted into a normal HttpResponse using HttpResponse.recover(...).
For example:
HttpResponse failed = HttpResponse.ofFailure(new IllegalArgumentException("..."));
failed.recover(cause -> {
if (cause instanceof IllegalArgumentException) {
return HttpResponse.of(HttpStatus.BAD_REQUEST);
}
if (cause instanceof IllegalStateExcepti-
Updated
Jun 16, 2022 - Go
-
Updated
Jan 7, 2022 - Java
Version
1.11.x (latest stable)
Is your feature request related to a problem? Please describe.
Gloo supports configuring either HTTP1 or HTTP2 options per upstream. If options for both protocols are provided, the Gloo translation fails.
Describe the solution you'd like
Envoy supports configuring both http_protocol_options and http2_protocol_options on the same [cluster](http
Feature-request
配置监听的key发生变更时,按照Source的顺序合并一次,决定最终的value
What problem is the feature used to solve?
有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。
比如所有程序默认日志级别,个别程序做特殊调整。
在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。
Requirements description of the feature
比如有配置Source: A, B,程序启动的时候会WithSource(A, B)
A里有配置level: debug
程序监听key: level
B新增配置level: warn
到此为止都是正常的,监听拿到了level从debug修改warn
而当B把配置lev