-
Updated
Nov 28, 2020 - Java
microservices-architecture
Here are 750 public repositories matching this topic...
-
Updated
Nov 23, 2020
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 3, 2020
-
Updated
Nov 28, 2020 - Go
-
Updated
Jul 4, 2019
-
Updated
Nov 18, 2020 - C#
-
Updated
Aug 9, 2018
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
Sep 2, 2020 - C#
-
Updated
Nov 26, 2020 - Go
-
Updated
Sep 8, 2020 - Java
-
Updated
Sep 25, 2020
-
Updated
Sep 13, 2020 - Go
-
Updated
May 28, 2020 - TypeScript
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 22, 2020 - C#
-
Updated
Nov 19, 2020 - C#
-
Updated
Sep 25, 2020 - Go
-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Mar 31, 2020 - Shell
-
Updated
Aug 9, 2020 - Go
-
Updated
Sep 20, 2020 - C#
-
Updated
Sep 28, 2020 - Go
-
Updated
Apr 26, 2020
-
Updated
Nov 15, 2020
-
Updated
Oct 26, 2020 - PHP
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