allegro / allegro/vaas-registration-hook
Add option to create backends asynchronously
未关闭
enhancement
good first issue
- 主要语言
- Go
- 星标
- 3
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
It's possible to create backends asynchronously in VaaS, it saves a lot of time (~60 seconds). To use it we only need to add:
```
request.Header.Add("Prefer", "respond-async")
```
in vaas/client.go AddBackend(). Plus some code to turn it on/off as needed. A timeout would also be nice.
贡献指南
评估
这个 Issue 还没有评估数据。