Yalun Lin Hsu

Results 2 issues of Yalun Lin Hsu

## 问题描述 在书本 156 页 DeltaFIFO 消费者方法 Pop 的实现中,会将 Delta 中存的 item 对象传入 process 回调函数,由上层消费者进行处理,一个 process 回调函数实现中,它对整个 item 进行了遍历,并通过 distribute 函数将资源对象分发到 SharedInformer,我没法理解这里**为什么使用遍历的方法对整个 Obj 的资源对象进行检查,并且通知对应的事件处理函数**。 ## 相关代码 一个回调函数的实现: ```go func (s...

will the plugin support syntax validation, for example, if I import ``` import "google/api/annotations.proto"; ``` and I don't vendor the third part files, then the buf plugin checks from the...