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,771 public repositories matching this topic...
-
Updated
Mar 9, 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 10, 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
transaction may not be mark as TimeoutRollbacking in time.
for example:
trx1 and trx2 timeout=60s, begin=T1
trx3 and trx4 timeout=10s, begin=T1
when T1+11s, handleAllSession get transaction status= begin and it can only read
Issue Description
ConcurrentLinkedHashMap在构造二维数组时会根据CPU核心数来计算出当前数组的一维下标长度,当核数为96时,下标为128,此时单个ParameterMetric对象大小接近1M,如下图所示:
当接口调用量较大时,此处将会占用大量内存,sentinel是否有考虑过这块的内存使用,或者切成其他Cache?毕竟googlecode.concurrentlinkedhashmap作者也建议使用Caffeine了.
Tell us your environment
springbo
Today, Dapr supports unix domain sockets on self-hosted mode only. We should add a dapr.io/unix-domain-socket-path or similar annotation on Kubernetes and mount a volume (if possible; if not, instruct users to do so in the deployment YAML) for the
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 10, 2022 - Go
Backdrop:
Around 466 million people worldwide currently have a hearing loss and 34 million of those individuals are children. Hearing loss is increasing every year, and it is estimated that by 2050, over 900 million people will have a hearing loss. Sign language is a natural way of communication for challenged people with speaking and hearing disabilities. There have been
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 5, 2022
-
Updated
Mar 7, 2022 - Go
-
Updated
Mar 8, 2022
-
Updated
Mar 10, 2022 - Go
-
Updated
Mar 8, 2022 - PHP
-
Updated
Feb 27, 2022 - Kotlin
-
Updated
Mar 10, 2022 - TypeScript
-
Updated
Mar 4, 2022 - Go
-
Updated
Feb 27, 2022 - Vue
-
Updated
Mar 7, 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