microservice
Here are 5,745 public repositories matching this topic...
-
Updated
Apr 20, 2021 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 17, 2021 - Go
Why you need it?
Is your feature request related to a problem? Please describe in details
increase rm-datasource module test coverage
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
EntranceNode和DefaultNode构建的invocation tree 会一直存在内存中,因此如果资源大于默认2000,将无法再进行限流。
这一块虽然没有那么重要,但是可以采用这种优化
- 当数额未超过MAX_CONTEXT_NAME_SIZE,正常处理
- 当数额超过MAX_CONTEXT_NAME_SIZE,清理 intervalInMs 内无记录的node让出空间。
另外MAX_CONTEXT_NAME_SIZE也可以考虑提供出来供使用者调节。
这样处理在正常情况下应该对性能不会有什么影响,因为一般没有那么多资源限流。而如果真正遇到了需要限流的资源太多,也能够进行处理,而不是直接报错。不过那种场景可能会导致频繁new EntranceNode。而这也可以通过调节MAX_CONTEXT_NAME_SIZE来达到平衡。
_Originally p
In what area(s)?
/area test-and-release
Describe the proposal
Currently before each rc release
Describe the bug
I want to connect to Redis Memory store in GCP and got the following error:
Error: Redis connection to <port> failed - unable to verify the first certificate at TLSSocket.onConnectSecure
(_tls_wrap.js:1502:34) at TLSSocket.emit (events.js:314:20) at TLSSocket._finishInit (_tls_wrap.js:937:8) at
TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)
*To Reproduce
-
Updated
Jan 19, 2021 - Java
同时发布一个服务的多个节点的实现问题
What language are you using?
C++
What operating system (Linux, Ubuntu, …) and version?
Linux
What runtime / compiler are you using (e.g. jdk version or version of gcc)
4.8.5
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
tars的发布流程:tarsweb上传安装包 -> tarsAdminRegistry开始发布 -> tarspatch 从/usr/local/app/p
-
Updated
Nov 18, 2020 - Go
-
Updated
Apr 19, 2021 - Go
-
Updated
Feb 8, 2021
-
Updated
Apr 15, 2021 - Go
-
Updated
Dec 9, 2020 - PHP
On dashboard when clicking on Switch i get "Invalid or unexpected token" here is my discovery config
services.AddCap(x =>
{
x.SucceedMessageExpiredAfter = (int)TimeSpan.FromDays(5).TotalSeconds;
x.UseDashboard();
x.UseRabbitMQ(conf =>
{
conf.ConnectionFactoryOptions = cf =>-
Updated
Apr 18, 2021 - Kotlin
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Apr 19, 2021 - Go
-
Updated
Jul 18, 2019
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 17, 2021 - Makefile
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 12, 2021 - Go
Capability Questions
Issue Description
Question
Describe what happened (or what feature you want)
Trying to evaluate ChaosBlade as an option for resiliency testing. But I'm not sure if this is a feature request or a question. Actually, two questions:
- Does ChaosBlade support Azure, or can it be extended to support Azure?
- Can ChaosBlade inject failures into a Platform as a Service (Pa
-
Updated
Apr 8, 2021 - Go
-
Updated
Mar 29, 2020 - Java
Improve this page
Add a description, image, and links to the microservice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservice topic, visit your repo's landing page and select "manage topics."

Use case description
Hello, we would like to make the TargetGroup names more predictable / human readable when using AWS Lambda with ALB. There are several reasons for this but mostly because we would like to make the CloudWatch Metrics easier to use (when displayed on dashboards, when creating alarms, ...).
From what I understand today the name is created with a hash, even though it's p