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,752 public repositories matching this topic...
-
Updated
Feb 22, 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
Feb 23, 2022 - Go
Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
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.
1.red
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
Issue Description
ConcurrentLinkedHashMap在构造二维数组时会根据CPU核心数来计算出当前数组的一维下标长度,当核数为96时,下标为128,此时单个ParameterMetric对象大小接近1M,如下图所示:
当接口调用量较大时,此处将会占用大量内存,sentinel是否有考虑过这块的内存使用,或者切成其他Cache?毕竟googlecode.concurrentlinkedhashmap作者也建议使用Caffeine了.
Tell us your environment
springbo
In what area(s)?
/area actor runtime
What version of Dapr?
v1.6
Expected Behavior
See this doc issues that was raised dapr/docs#2184
This is to add more detail to the error message when you try to save and actor and the statestore has not been configured for actors. It would be good to provide and indic
-
Updated
Feb 23, 2022 - Go
-
Updated
Feb 22, 2022 - Go
At Jina, we build crazy fun things using Jina and one such example is the meme search.
Meme search allows you to upload a meme of your choice and renders many similar memes to your meme !.
If you are interested in getting your hands on coding with Jina and creating something, this is the issue for you.
Idea:
Create a Pet image classification!.
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
Nov 15, 2021 - 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
Feb 22, 2022
-
Updated
Feb 22, 2022 - Go
-
Updated
Feb 17, 2022
-
Updated
Feb 21, 2022 - Go
-
Updated
Feb 21, 2022 - PHP
-
Updated
Feb 16, 2022 - Kotlin
-
Updated
Feb 22, 2022 - TypeScript
优化dtm在docker中的网络请求
当dtm在docker中,需要通过host.docker.internal访问主机,目前已经把localhost替换为前面的host,还有127.0.0.1也需要替换
具体实现,在函数MayReplaceLocalhost中
-
Updated
Feb 6, 2022 - Vue
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Feb 18, 2022 - Go
-
Updated
Jul 18, 2019
-
Updated
Nov 29, 2021 - Makefile
- Wikipedia
- Wikipedia

Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest version?
Is there an existing issue for this?
Issue description
Hello!
I am learning to use the Serverless Framewor