Yayu

Results 3 comments of Yayu

I support the addition of the "recover" behavior to the errgroup as an option. if it was set, we can replace `f()` with `recoveredFn(f)()` ```go func recoveredFn(f func() error) func()...

> > > 请问一下配置中心最好选择哪个? > > > > > > 看你们的需求自己定夺,consul etcd zk 都可以试试,不过最好先问你们自己到底需不需要,最简单的文件配置不够用? > > 用了go-kit开发一套微服务系统,应该有个配置中心配置下发各个微服务的配置。 这个就是作者说的 go-kit 只是 toolkit 集成 服务发现,功能需要自己去选择组件去拼装组合。

> Hi, I like this library because it is simple to use. But, I couldn't find a way to persisting cache to disk in order to retrieve cache after accidental...