Aaron2932

导航

2022年8月6日 #

使用接口生成接口调用图

摘要: goplantuml -recursive $GOPATH/src/github.com/AsynkronIT/protoactor-go > protoactor.plantuml https://github.com/jfeliu007/goplantuml 阅读全文

posted @ 2022-08-06 19:19 Aaron2932 阅读(119) 评论(0) 推荐(0) 编辑

protoactor-go框架学习

摘要: 前言 业务中,大量使用了protoactor-go框架作为消息处理,用来避免高并发。现对其进行学习。 actor模型与csp模型 《unix 网络编程-进程间通信》,提到,有消息传递、共享内存等两大类实现方法。其中消息传递(前提是内容拷贝)避免了并发;同时共享内存则面临着同步问题(如:并发访问带来了 阅读全文

posted @ 2022-08-06 19:06 Aaron2932 阅读(983) 评论(0) 推荐(0) 编辑

service mesh

摘要: https://baijiahao.baidu.com/s?id=1709259327958538327&wfr=spider&for=pc 阅读全文

posted @ 2022-08-06 11:53 Aaron2932 阅读(12) 评论(0) 推荐(0) 编辑

go微服务

摘要: https://www.bilibili.com/read/cv5709796/ 阅读全文

posted @ 2022-08-06 11:51 Aaron2932 阅读(21) 评论(0) 推荐(0) 编辑

sidecar模式

摘要: https://zhuanlan.zhihu.com/p/445804080 https://blog.51cto.com/u_15127570/2708395 https://istio.io/latest/docs/ 阅读全文

posted @ 2022-08-06 11:50 Aaron2932 阅读(19) 评论(0) 推荐(0) 编辑

gRPC

摘要: https://grpc.io https://zhuanlan.zhihu.com/p/389328756 https://zhuanlan.zhihu.com/p/411315625 阅读全文

posted @ 2022-08-06 11:49 Aaron2932 阅读(4) 评论(0) 推荐(0) 编辑