-
Updated
Aug 22, 2021 - Java
microservices-architecture
Here are 920 public repositories matching this topic...
-
Updated
Aug 20, 2021
-
Updated
Sep 2, 2021 - Go
-
Updated
Apr 7, 2021
-
Updated
Aug 22, 2021
-
Updated
Sep 2, 2021 - Go
-
Updated
Jul 4, 2019
Is your feature request related to a problem? Please describe.
There is an optional config for namespace called "sampled retention days" that can be specified when create a namespace. It was created long ago as workaround for long retentions before long term archival was available.
Describe the solution you'd like
We should get rid of the sampled retention.
**Describe alternatives
Add CodeStyle
-
Updated
Aug 25, 2021 - C#
部署文档中的一些疑惑
大佬们:关于部署文档中的一些疑惑,麻烦指点下:
疑惑一:
拷贝渲染后的模板文件到nginx代码目录
cp -rf {{code}}/ci/gateway/core/* {{code}}/src/gateway/core/
第一个{{code}}指的是部署目录的路径?第二个{{code}}指的是源码的路径吗?
疑惑二:
将nginx配置文件复制到项目目录下
cp -rf {{code}}/src/gateway/core/* INSTALL_PATH/gateway
INSTALL_PATH/具体指的是什么路径
疑惑三:
./sbin/nginx # 启动nginx,启动nginx成功后
在浏览器中打开显示的是:Welcome to OpenResty!这个页面,麻烦在文档上加一下,或者告知下,配置完这个网关部署成功后,最终显示的是哪
设置项目的流水线默认显示列
是否支持k8s集群部署?
-
Updated
Aug 12, 2021 - C#
-
Updated
Aug 9, 2018
-
Updated
Jun 2, 2021 - Java
-
Updated
Jul 26, 2021
Some things don't work how they should on firefox, mainly the landing page animation and exporting as PNG/SVG.
-
Updated
Sep 25, 2020
-
Updated
Sep 2, 2021 - Go
-
Updated
Sep 2, 2021 - Java
-
Updated
Sep 13, 2020 - Go
-
Updated
May 28, 2020 - TypeScript
-
Updated
Sep 1, 2021 - C#
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
-
Updated
Aug 23, 2021 - Shell
-
Updated
Aug 31, 2021 - Go
-
Updated
Sep 2, 2021 - Java
-
Updated
Aug 2, 2021 - C#
-
Updated
Mar 31, 2020 - Shell
Improve this page
Add a description, image, and links to the microservices-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservices-architecture topic, visit your repo's landing page and select "manage topics."
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul