Replies: 1 comment 3 replies
-
in 3.0, if you deploy APISIX as DP, there is no conf server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在2.15和3.0版本的部署文档中,无论是traditional模式还是decoupled模式,都会有一个conf server
按照官方文档里的介绍:conf server充当APISIX和etcd之间的一层代理(listens on UNIX socket and acts as a proxy between APISIX and etcd)
请问为什么要在APISIX和etcd之间加一层conf server作为代理
看了下相关的配置和源码,这个conf server似乎没做什么实际的事情,就是一个请求转发?
为什么不让控制面和数据面直接去连etcd呢?
Beta Was this translation helpful? Give feedback.
All reactions