https://github.com/jukylin/blog
https://github.com/jukylin/blog
istio jaeger nsq
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jukylin/blog
- Owner: jukylin
- Created: 2017-07-23T15:38:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T07:35:13.000Z (over 4 years ago)
- Last Synced: 2024-11-05T10:45:18.538Z (11 months ago)
- Topics: istio, jaeger, nsq
- Language: Go
- Size: 4.35 MB
- Stars: 223
- Watchers: 21
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## Nsq
- [nsq与lookupd通信](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/nsq%E4%B8%8Elookupd%E9%80%9A%E4%BF%A1.md)
- [nsq数据处理](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/nsq%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86.md)
- [主动推送(nsq_to_http)](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E4%B8%BB%E5%8A%A8%E6%8E%A8%E9%80%81(nsq_to_http).md)
- [保证消息交付至少一次实现](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E4%BF%9D%E8%AF%81%E6%B6%88%E6%81%AF%E4%BA%A4%E4%BB%98%E8%87%B3%E5%B0%91%E4%B8%80%E6%AC%A1%E5%AE%9E%E7%8E%B0.md)
- [向nsqd发送消息](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E5%90%91nsqd%E5%8F%91%E9%80%81%E6%B6%88%E6%81%AF.md)
- [消息传递担保](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E6%B6%88%E6%81%AF%E4%BC%A0%E9%80%92%E6%8B%85%E4%BF%9D.md)
- [消息分发的实现messagePump](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E6%B6%88%E6%81%AF%E5%88%86%E5%8F%91%E7%9A%84%E5%AE%9E%E7%8E%B0messagePump.md)
- [获取nsq队列数据](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E8%8E%B7%E5%8F%96nsq%E9%98%9F%E5%88%97%E6%95%B0%E6%8D%AE.md)
- [小知识](https://github.com/jukylin/blog/blob/master/nsq%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/%E5%B0%8F%E7%9F%A5%E8%AF%86.md)## Jaeger
- [Jaeger源码分析—agent](https://github.com/jukylin/blog/blob/master/Jaeger%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94agent.md)
- [Jaeger源码分析—collector](https://github.com/jukylin/blog/blob/master/Jaeger%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94collector.md)
- [Jaeger源码分析——服务注册与服务发现](https://github.com/jukylin/blog/blob/master/Jaeger%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E6%9C%8D%E5%8A%A1%E6%B3%A8%E5%86%8C%E4%B8%8E%E6%9C%8D%E5%8A%A1%E5%8F%91%E7%8E%B0.md)
- [Jaeger源码分析——窥视分布式系统实现](https://github.com/jukylin/blog/blob/master/Jaeger%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E7%AA%A5%E8%A7%86%E5%88%86%E5%B8%83%E5%BC%8F%E7%B3%BB%E7%BB%9F%E5%AE%9E%E7%8E%B0.md)
- [Uber分布式追踪系统Jaeger使用介绍和案例【PHP Hprose Go】](https://github.com/jukylin/blog/blob/master/Uber%E5%88%86%E5%B8%83%E5%BC%8F%E8%BF%BD%E8%B8%AA%E7%B3%BB%E7%BB%9FJaeger%E4%BD%BF%E7%94%A8%E4%BB%8B%E7%BB%8D%E5%92%8C%E6%A1%88%E4%BE%8B%E3%80%90PHP%20%20%20Hprose%20%20%20Go%E3%80%91.md)
- [Uber RPC 框架TChannel源码分析——多路复用的实现](https://github.com/jukylin/blog/blob/master/Uber%20RPC%20%E6%A1%86%E6%9E%B6TChannel%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E5%A4%9A%E8%B7%AF%E5%A4%8D%E7%94%A8%E7%9A%84%E5%AE%9E%E7%8E%B0.md)
- [Jaeger源码分析--lru算法](https://github.com/jukylin/blog/blob/master/Jaeger%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90--lru%E7%AE%97%E6%B3%95.md)
## Istio
- [Istio源码分析——pilot-agent如何管理envoy生命周期](https://github.com/jukylin/blog/blob/master/istio%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94pilot-agent%E5%A6%82%E4%BD%95%E7%AE%A1%E7%90%86envoy%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F.md)
- [Istio源码分析——pilot-discovery服务发现和配置中心](https://github.com/jukylin/blog/blob/master/istio%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94pilot-discovery%E6%9C%8D%E5%8A%A1%E5%8F%91%E7%8E%B0%E5%92%8C%E9%85%8D%E7%BD%AE%E4%B8%AD%E5%BF%83.md)
- [Istio源码分析——mixer遥测报告](https://github.com/jukylin/blog/blob/master/istio%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94mixer%E9%81%A5%E6%B5%8B%E6%8A%A5%E5%91%8A.md)
- [Istio-ui的由来和使用教程](https://github.com/jukylin/blog/blob/master/Istio-ui%E7%9A%84%E7%94%B1%E6%9D%A5%E5%92%8C%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B.md)
## Go
- [FastHTTP源码分析——“百花齐放”的协程池](https://github.com/jukylin/blog/blob/master/FastHTTP%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E2%80%94%E2%80%94%E2%80%9C%E7%99%BE%E8%8A%B1%E9%BD%90%E6%94%BE%E2%80%9D%E7%9A%84%E5%8D%8F%E7%A8%8B%E6%B1%A0.md)
- [[译]Go偷调度](https://github.com/jukylin/blog/blob/master/%5B%E8%AF%91%5DGo%E5%81%B7%E8%B0%83%E5%BA%A6.md)
- [Go源码:协程栈](https://github.com/jukylin/blog/blob/master/Go%E6%BA%90%E7%A0%81%EF%BC%9A%E5%8D%8F%E7%A8%8B%E6%A0%88.md)
- [Go Preemptive Scheduler Design Doc 翻译](https://github.com/jukylin/blog/blob/master/Go%20Preemptive%20Scheduler%20Design%20Doc%20%E7%BF%BB%E8%AF%91.md)
- [栈和堆的区别 翻译](https://github.com/jukylin/blog/blob/master/%E6%A0%88%E5%92%8C%E5%A0%86%E7%9A%84%E5%8C%BA%E5%88%AB.md)## Esim
- [探索微服务应用架构](https://github.com/jukylin/blog/blob/master/%E5%BE%AE%E6%9C%8D%E5%8A%A1%E5%BA%94%E7%94%A8%E6%9E%B6%E6%9E%84%E7%9A%84%E6%8E%A2%E7%B4%A2.md)## 微服务总结
- [为什么选择微服务](https://github.com/jukylin/blog/blob/master/%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9%E5%BE%AE%E6%9C%8D%E5%8A%A1.md)
- [服务拆分](https://github.com/jukylin/blog/blob/master/%E6%9C%8D%E5%8A%A1%E6%8B%86%E5%88%86.md)
- [服务分层](https://github.com/jukylin/blog/blob/master/%E6%9C%8D%E5%8A%A1%E5%88%86%E5%B1%82.md)