microservice
Here are 5,764 public repositories matching this topic...
-
Updated
Apr 27, 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 27, 2021 - Go
-
Updated
Apr 27, 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.
Issue Description
update sentinel-cluster-server-envoy-rls to envoy v3 api
Type: bug report or feature request
Describe what happened
In what area(s)?
/area test-and-release
Describe the proposal
Currently before each rc release
Hi Team,
I've added a dimension of type "boolean" in my Cube. I'm trying to determine if a group of people are users by asking cube if a User ID is or is not set.
userId: {
sql: `uid`,
type: `boolean`,
title: "User Id",
},
My expectation would be that Cube would translate this into either a true
or false
output but Cube is returning the actual user ID. Additional
-
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 26, 2021 - Go
-
Updated
Feb 8, 2021
-
Updated
Apr 26, 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 26, 2021 - Kotlin
-
Updated
Apr 27, 2021 - TypeScript
-
Updated
Apr 27, 2021 - Go
-
Updated
Jul 18, 2019
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Apr 17, 2021 - Makefile
-
Updated
Apr 27, 2021 - Go
-
Updated
Apr 27, 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