XW512 commented on issue #9582: URL: https://github.com/apache/apisix/issues/9582#issuecomment-1711048386
> > > The conf server is removed, so the etcd communication rolls back to what 2.x versions behave like, i.e. no matter CP or DP, connects to etcd directly. Closed by #10012 > > > > > > thank you,I would like to ask how to configure the Decoupled mode for DP and CP isolation in version 3.5.0. I see that the configuration method after conf server is removed is not described in the document 3.5.0 > > No, we have changed the doc: > > https://github.com/apache/apisix/blob/c757bafeb94315e03d3cc1ba4c88a0a94c081fd1/docs/en/latest/deployment-modes.md#L68 > > As well as the conf: > > https://github.com/apache/apisix/blob/c757bafeb94315e03d3cc1ba4c88a0a94c081fd1/conf/config-default.yaml#L616-L625 > > The configuration of etcd, no matter which deployment mode, is configured just like 2.x version, except the role field. > thank you, I tried using the method you mentioned above and found that DP can get up, while CP cannot. The error is as follows: invalid deployment control_plane configuration: property "role_control_plane" validation failed: property "conf_server" is required The configuration information of my CP is as follows: deployment: role: control_plane role_control_plane: config_provider: etcd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
