-
Updated
Nov 24, 2021 - JavaScript
microservices
Here are 5,909 public repositories matching this topic...
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Nov 24, 2021 - Go
Improve coverage
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
Nov 17, 2021 - C#
-
Updated
Nov 24, 2021 - Go
-
Updated
Sep 20, 2021 - Java
In what area(s)?
/area runtime
What version of Dapr?
1.5.0
Expected Behavior
On Windows 10 sending the POST HTTP shutdown command to /v1.0/shutdown should shut down the daprd.exe process in around 5 seconds.
Actual Behavior
The sidecar does not shut down in a timely fashion unless the same command is re-executed and then it forcibly shuts down after 5 seconds.
-
Updated
Nov 24, 2021 - Go
-
Updated
Jul 10, 2021
-
Updated
Nov 24, 2021 - Go
Feature Suggestion
When you open the catalog page and select Users from the filters, the view is almost always empty. It's because the default filter on the Catalog page is selected
-
Updated
Nov 24, 2021 - Go
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
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่ฟ่กๅธ่ฝฝๅบ็จ
-
Updated
Nov 15, 2021 - Java
-
Updated
Sep 21, 2021
-
Updated
Nov 18, 2021 - Go
-
Updated
Nov 24, 2021 - Java
-
Updated
Nov 18, 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
Nov 18, 2021 - Java
Improved or typo fixed.
the latest English version: https://github.com/apache/apisix/blob/master/README.md
old Chinese version: https://github.com/apache/apisix/blob/master/docs/zh/latest/README.md
Solution
sync the docs/zh/latest/README.md from the latest English version.
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
Nov 22, 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."

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