Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆休息服务。我想在前面实现一个kong api网关。我不想进入kong admin api并手动添加所有暴露的api。
我可以借助 eureka 或 consul 等任何服务发现实现来自动将我的 api 配置为 Kong。
恐怕不是。Kong 的配置存储在 postgres 中并通过 admin API 进行更新,您可以编写自己的程序来导入。