-
Updated
Jun 23, 2021 - Java
microservices-architecture
Here are 887 public repositories matching this topic...
-
Updated
Jun 4, 2021
-
Updated
Jul 4, 2021 - Go
-
Updated
Apr 7, 2021
-
Updated
Jul 3, 2021
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 4, 2019
Is your feature request related to a problem? Please describe.
Currently the web UI will show "Running" for cron workflows which are created but not yet started as they are not yet due. This isn't ideal for developers as you can't tell without clicking through to the workflow whether it is actually running.
Describe the solution you'd like
It would be better if the web UI was able to
-
Updated
Jun 8, 2021 - C#
Add CodeStyle
部署文档中的一些疑惑
大佬们:关于部署文档中的一些疑惑,麻烦指点下:
疑惑一:
拷贝渲染后的模板文件到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 9, 2018
-
Updated
Apr 15, 2021 - C#
-
Updated
Jun 2, 2021 - Java
-
Updated
Jun 23, 2021
-
Updated
Sep 25, 2020
-
Updated
Jun 29, 2021 - Java
-
Updated
Sep 13, 2020 - Go
-
Updated
May 28, 2020 - TypeScript
-
Updated
Jun 30, 2021 - C#
-
Updated
Jun 30, 2021 - Shell
-
Updated
Mar 17, 2021 - Go
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
Jun 30, 2021 - Java
-
Updated
Jun 30, 2021 - Go
-
Updated
Jun 24, 2021 - C#
-
Updated
Mar 31, 2020 - Shell
-
Updated
Apr 23, 2021 - C#
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