-
Updated
Dec 17, 2021 - JavaScript
microservices
Here are 6,063 public repositories matching this topic...
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Dec 30, 2021 - Go
The code coverage https://codecov.io/github/ctripcorp/apollo seems to be less than 60%.
It would be great if it can be brought up around 80-90%.
Which Component
Sentinel
Describe what problem you have encountered
ๅจhystrixๅresilience4jไธญ๏ผๆไปฌๅฏไปฅ้
็ฝฎdefault๏ผๅฏนๆๆ็feign client็ๆ๏ผไพๅฆ็ๆญ่งๅ๏ผ้็ฆป็ญ็ฅใๅจsentinelไธญๆๆพไธๅฐ็ฑปไผผ็้
็ฝฎ๏ผไผผไน้่ฆๅไธชurlๅป้
็ฝฎ๏ผ่ฟ้ๅธธ้บป็ฆ๏ผ่ฏท้ฎๆไนๅใ
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen
-
Updated
Dec 20, 2021 - C#
-
Updated
Dec 30, 2021 - Go
Ask your question here
I found a related issue #3774 , but it's closed, I would like a faster response and more attention, so I am submitted this issue.
I had some similar confusion.
We have deployed a resource kind of Stateful and configured annotations with "dapr.io/enabled". The pod is up and running with sidecar daprd, but is no corresponding k8s Service established, so that, it i
-
Updated
Dec 9, 2021 - Java
-
Updated
Dec 30, 2021 - Go
-
Updated
Jul 10, 2021
-
Updated
Dec 29, 2021 - Go
Expected Behavior
Docs for creating a backend plugin should be up-to-date.
Current Behavior
yarn create-plugin --backend is no longer valid after backstage/backstage#8039
Poss
-
Updated
Dec 30, 2021 - Go
Background
็ฎๅไฝฟ็จqiankun2.x็็ๆฌ๏ผไธๅกๆๅบ้ๆฑๅจๅๅธๆฐ็็ๆฌๆถๅ๏ผๆๆๅฏไปฅไธๅทๆฐ้กต้ข๏ผไธปๅบ็จๆๆถไธ่่๏ผ่ฟ่ก่ฏฅ็ณป็ป็็ญ้่ฝฝใ็ฑปไผผไบpc็ซฏ็็ญๆดๆฐ๏ผๆๆqiankunๅฏไปฅๅฏผๅบunloadๆนๆณ๏ผๅฎๅ จ้ๆฏapp็็ๅฝๅจๆ๏ผไธๅก็ณป็ปๅๆฌกๅฐๅ ถ้่ฝฝใ
Proposal
- ็ฟป็ๆบ็ ๅ็ฐไธ่ฝ็ญๆดๆฐ็ๅๅ ๆฏๅ ไธบ
import-html-entryไธญ็ผๅญไบembedHTMLCache qiankunๅจimportEntryๆถ๏ผๅฆๆๅทฒ็ป่ทๅ่ฟhtml่ตๆบ๏ผๆฏๆฌก่ทๅ็้ฝๆฏๅ ๅญไธญ็html๏ผไปฅ่ณไบscript & styleไนๆฏ็ผๅญ็- ๆ็่งฃๅณๆนๆกๆฏ๏ผๅจimport-html-entryไธญๅฏผๅบๆ นๆฎappๅปๆธ ้ค็ผๅญ็้ฉๅญๅฝๆฐ
- ๅจqiankunไธญๅ ่ฃนๅ ถๆนๆณ๏ผๆ นๆฎsingle-spa็appStatus่ฟ่กๅธ่ฝฝๅบ็จ
Maybe new warnings after upgrading ErrorProne in #3355.
/home/runner/work/jib/jib/jib-core/src/main/java/com/google/cloud/tools/jib/image/json/JsonToImageTranslator.java:250: warning: [UnrecognisedJavadocTag] This Javadoc tag wasn't recognised by the parser. Is it malformed somehow, perhaps with mismatched braces?
58
59
* Converts a map of volumes strings to a set of {@link Absolut
-
Updated
Nov 15, 2021 - Java
-
Updated
Sep 21, 2021
-
Updated
Dec 3, 2021 - Go
-
Updated
Dec 30, 2021 - Java
-
Updated
Dec 25, 2021 - JavaScript
As discussed in #1979, the current CONTRIBUTING.md document instructs people to run tools/mintest.sh, which requires Python 3.8 and 3.5 installed simultaneously and then it makes things a bit confusing when referencing Python 3.6 or 3.7 and then pyenv shell 3.8.0 3.5.8 and then further below pyenv virtualenv 3.8.0 falcon-sandbox-38. I'm not familiar with pyenv, but this
-
Updated
Sep 27, 2021 - Go
-
Updated
Dec 29, 2021 - Java
Discussed in apache/apisix#5892
Originally posted by lrfdehao December 23, 2021
Suppose I have two fields, include_resp_body as the switch, resp_limit_size as the limit size. After configuring these two parameters, if resp_body exceeds the size of resp_limit_size, resp_body will not be recorded in the log
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
Dec 29, 2021 - Go
Improve this page
Add a description, image, and links to the microservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservices topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: