api-gateway
An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.
Here are 1,865 public repositories matching this topic...
overview
Today, the RequestRecorder
records service RPC calls. If those take less than < 0ms
, the recorder marks them as 0ms
.
proposal
Make the RequestRecorder
report the elapsed
time for service calls that take less than < 0ms
as decimal values, instead of 0.
notes
testing
If you take this on, I'd kindly advise to start in a TDD fashion. Write a test
-
Updated
Feb 23, 2022 - Python
-
Updated
Sep 27, 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
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul
Volunteer help
As a branch of #3274 .
At present, the test coverage of shenyu-common module is not high. Please try to make the test coverage of each class reach more than 80% (in the case of ensuring the stability of the test).
If you would like to help, please leave a message under this issue. BTW, you can use Run 'Test in 'xxx'' With Coverage
in IntelliJ IDEA to see the approxim
-
Updated
May 31, 2022 - Python
-
Updated
May 31, 2022 - Go
-
Updated
Jul 18, 2019
-
Updated
May 25, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headers
criteria are configured, a request is filtered in if it matches both headers and urls. Ifheaders
criteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
-
Updated
May 31, 2022 - Python
-
Updated
May 17, 2022 - JavaScript
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
May 25, 2022 - Python
-
Updated
Mar 21, 2022 - Go
-
Updated
May 18, 2022 - Go
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- This issue affec
-
Updated
Dec 16, 2021
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
May 23, 2022 - TypeScript
-
Updated
May 27, 2022 - Ruby
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If
-
Updated
May 31, 2022 - Java
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
- Wikipedia
- Wikipedia
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc