API接口文档 #18
-
用于下发配置的api文档在哪里哇? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
配置下发相关的API的是内部服务才会调用的API,当前并没有提供接口文档。 请问是什么场景需要这个文档呢?我们进一步评估是否需要提供。 |
Beta Was this translation helpful? Give feedback.
-
感谢您的回复。 |
Beta Was this translation helpful? Give feedback.
-
控制面的一大功能是通过OpenAPI更新配置后,触发BFE实例热更新。 配置最终是会持久化的,conf-agent步骤简要说明 见 conf-agent 实现简单说明 。 |
Beta Was this translation helpful? Give feedback.
-
针对通过api去热更新配置(route、upstream等)的场景;这些API暂时还未开放 对吧?后期考虑开放吗? |
Beta Was this translation helpful? Give feedback.
控制面的一大功能是通过OpenAPI更新配置后,触发BFE实例热更新。
具体完成这个功能的是conf-agent模块 。
配置最终是会持久化的,conf-agent步骤简要说明 见 conf-agent 实现简单说明 。