【发布时间】:2018-07-23 05:20:06
【问题描述】:
我正在使用KONG Community Edition (0.13.x)。
当我尝试创建/添加routes时,即使我使用相同的数据,它也会一次又一次地创建route instance。
示例
端点 - /routes/
发布有效载荷
{
"protocols": [
"http",
"https"
],
"methods": null,
"paths": [
"/foo/bar",
"/foo/foobar/bar"
],
"service": {
"id": "b23e0443-1040-4839-9c92-5e0c0e2abe3f"
}
}
为什么会这样?可能是一个功能,但我不明白它的功能是什么:(
【问题讨论】:
标签: kong