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 7,211 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Go
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
Jul 8, 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
@a364176773 ,
I am trying to use the seata/seata docker image on the arm64 platform but it seems it is not available for arm64.
I have tried building the image on the arm64 platform using docker build -t <image_name .>
command, but it is failing with below error on arm64.
Step 5/9 : ADD target/ /seata-server/target
ADD failed: file not found in build context or excluded by .dock
sentinel-dashboard angular前端开发编译环境 Node.js 版本要求 | Dashboard frontend Node.js version restriction
Issue Description
Type: feature request
Describe what happened (or what feature you want)
相应的README.md和README_zh.MD中提示需要使用的node环境
Describe what you expected to happen
使用node>=12的版本进行本地开发时会抛出 ReferenceError: primordials is not defined
-
Updated
Jul 8, 2022 - Go
The feature ask - expose Dapr runtime version in the Metadata API: https://docs.dapr.io/reference/api/metadata_api/
There are certain scenarios where apps would like to check that they are running within a tested Dapr version.
In order to ensure the robustness of the code, we need your help to supplement the unit testing of the framework.
- config @shengzhou1216 #2168
- encoding @shengzhou1216 #2160
- middleware @darkweak #2161 #2165
- transport @Ccheers
- internal @shengzhou1216
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
Jul 7, 2022 - 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
Jun 15, 2022 - Java
-
Updated
Jun 27, 2022 - Go
-
Updated
Jul 3, 2022 - Go
-
Updated
May 11, 2022
This issue is for developer to first contribute to dtm. It is for practice only, please just make changes to one file rather than all of them.
dtmsvr/trans_* files, add open source copyright comments, and send a PR for each file as a task
PR tutorial: https://opensource.com/article/19/7/create-pull-request-github
PR 中文教程: https://juejin.cn/post/6844903821521469448
-
Updated
Jul 5, 2022 - Go
-
Updated
Jun 27, 2022 - Vue
Version
5.29.0
Operating System
/
Browser
/
What steps will reproduce the bug?
Just try issuing the following mutation, and you should be able to see the error message on the right:
What is the expected behavior?
We
-
Updated
Jul 6, 2022 - Kotlin
-
Updated
Jul 4, 2022 - C#
-
Updated
Jun 20, 2022 - PHP
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Jun 9, 2022 - Go
Bug Report
NetworkChaos works with device: eth0
, not work with device: eth0@if12
I am not sure if it would be a bug or an enhancement.
We could add a validation webhook, or trim the things after @
.
What version of Kubernetes are you using?
N/A
What version of Chaos Mesh are you using?
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
Jun 13, 2022 - Makefile
- Wikipedia
- Wikipedia
Is there an existing issue for this?
Use case description
Currently, we have websocket-related properties configured directly on
provider
level:provider.websocketsApiName
provider.websocketsApiRouteSelectionExpression
provider.websocketsDescription
This is not consistent with how
iam
,httpApi
or