提交 d0b7c708 编写于 作者: 武汉红喜's avatar 武汉红喜

高可用可伸缩微服务架构:基于 Dubbo、Spring Cloud 和 Service Mesh

上级 77730338
......@@ -4,7 +4,7 @@
<br>Java生态研究(**Spring Boot**🔥 + **Redis**🔥 + **Dubbo**🔥 + **RocketMQ**🔥 + **Elasticsearch**🔥)
- [Spring Boot](https://spring.io/projects/spring-boot) 解放生产力的利器
- [《Redis设计与实现》](https://e.jd.com/30189715.html) 缓存,NoSQL数据库,分布式锁,位图
- [Dubbo](http://dubbo.apache.org/en-us/) / [《高可用可伸缩微服务架构:基于 Dubbo、Spring 和 Service Mesh》](https://item.jd.com/12585284.html) / [《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战》](https://book.douban.com/subject/27039508/) 分布式RPC,微服务架构
- [Dubbo](http://dubbo.apache.org/en-us/) / [《高可用可伸缩微服务架构:基于 Dubbo、Spring Cloud 和 Service Mesh》](https://item.jd.com/12585284.html) / [《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战》](https://book.douban.com/subject/27039508/) 分布式RPC,微服务架构
- [《RocketMQ技术内幕:RocketMQ架构设计与实现原理》](https://e.jd.com/30446645.html) / [《Kafka权威指南》](https://e.jd.com/30442811.html) 削峰填谷,异步解耦,顺序消息,分布式事务消息,大数据分析,分布式模缓存同步
- [*Elasticsearch*](https://www.elastic.co) *搜索、分析和存储您的数据*
......
......@@ -125,7 +125,7 @@ registry.register(URL.valueOf("override://0.0.0.0/com.foo.BarService?category=co
+ 如果是在传入参数中用了 Enum,并新增了 Enum 值,建议先升级服务提供方,这样服务消费方不会传入新值。
### More
- [《高可用可伸缩微服务架构:基于 Dubbo、Spring 和 Service Mesh》](https://item.jd.com/12585284.html)
- [《高可用可伸缩微服务架构:基于 Dubbo、Spring Cloud 和 Service Mesh》](https://item.jd.com/12585284.html)
- [《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战》](https://book.douban.com/subject/27039508/)
- [《亿级流量网站架构核心技术》](https://book.douban.com/subject/26999243/) `douban.com`
- [《从Paxos到Zookeeper》](https://book.douban.com/subject/26292004/) `douban.com`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册