Microservice
Microservices are an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams.
Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features.
Here are 6,794 public repositories matching this topic...
-
Updated
Mar 18, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
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:
A sender MUST NOT send a Content-
-
Updated
Mar 18, 2022 - Go
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
- I have searched the issues of this repository and believe that this is not a duplicate.
Ⅰ. Issue Description
develop分支#4222 pr之后才有此问题,之前的版本不存在此问题
TableMeta的allColumns类型是LinkedHashMap,获取的真实column真实值存入这个map中都强制转为小写,在除mysql以外的数据库中,获取before image的语句会把本来是大写的column转为小写,例如在oracle中,原始column为ID大写,获取before image的语句会变成 select “id”,加引号就区分了大小写,导致sql语句无法正确
Type: Bug Report
The method isValidRule(GatewayFlowRule rule) in GatewayRuleManager.class has a invalid check.
ControlBehavior should be checked here, not grade.
public static boolean isValidRule(GatewayFlowRule rule) {
if (rule.getGrade() == RuleConstant.CONTROL_BEHAVIOR_RATE_LIMITER
&& rule.getMaxQueueingTimeoutMs() < 0) {
return false;
}
}The
Dapr suddenly appeared inaccessible, check the debug logs found that it is due to the deployment of the selector property change, dapr service is not updated caused
time="2022-02-23T14:51:58.728682736Z" level=debug msg="retry count: 3, grpc call failed, ns: dev, addr: melan
-
Updated
Mar 18, 2022 - Go
-
Updated
Mar 17, 2022 - Go
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
-
Updated
Mar 1, 2022 - Java
-
Updated
Dec 24, 2021 - JavaScript
同时发布一个服务的多个节点的实现问题
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
Sep 27, 2021 - Go
-
Updated
Mar 17, 2022
-
Updated
Mar 18, 2022 - Go
-
Updated
Mar 8, 2022
-
Updated
Mar 17, 2022 - Go
-
Updated
Mar 15, 2022 - PHP
-
Updated
Feb 27, 2022 - Kotlin
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Mar 18, 2022 - Vue
-
Updated
Mar 4, 2022 - Go
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Mar 4, 2022 - Go
-
Updated
Jul 18, 2019
Feature Request
Is your feature request related to a problem? Please describe:
At present, Dashboard supports setting TTL for archived events and experiments, but schedule and workflow do not. We can extend to this [function](https://github.com/chaos-mesh/chaos-mesh/blob/master/pkg/
- Wikipedia
- Wikipedia

Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether the given implementation produces desired outcome (treating its implementation more as a black box).
_Current state of things is problematic for eventual internal improvements and refactors which occasionally we want t