allegro / allegro/vaas-registration-hook

Add option to create backends asynchronously

未关闭
#4 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。