Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Memcached

Posted on 2017-11-14 | In 数据库 | Visitors

命令参考

Read more »

实践Spring Boot Devtools

Posted on 2017-11-03 | In Java | Visitors

Spring Boot Devtools

Read more »

实践Spring Cloud之Turbine

Posted on 2017-11-03 | In Java | Visitors

实现对/hystrix.stream端点数据的聚合,对外提供统一服务

Read more »

实践Spring Devtools

Posted on 2017-11-03 | In Java | Visitors
Read more »

实践Spring Cloud之Zuul

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Zuul是基于Netflix Zuul的封装,实现路由和统一校验、认证和授权等过滤处理,同时基于Ribbon实现负载均衡,基于hystrix实现断路器,适用于构建API网关。

Read more »

实践Spring Cloud之Stream

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems.

Read more »

实践Spring Cloud之Sleuth

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud, borrowing heavily from Dapper, Zipkin and HTrace. For most users Sleuth should be invisible, and all your interactions with external systems should be instrumented automatically. You can capture data simply in logs, or by sending it to a remote collector service.

Read more »

实践Spring Cloud之Hystrix

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Hystrix是基于Netflix Hystrix的封装,实现断路器,提供服务降级、容错保护,提供了超时机制、线程隔离等一系列服务保护功能。

Read more »

实践Spring Cloud之Feign

Posted on 2017-11-03 | In Java | Visitors

Feign实现声明式服务调用,将REST服务包装成接口,效果类似本地调用一样

Read more »

实践Spring Cloud之Bus

Posted on 2017-11-03 | In Java | Visitors

Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions. The only implementation currently is with an AMQP broker as the transport, but the same basic feature set (and some more depending on the transport) is on the roadmap for other transports.

Read more »
1 … 95 96 97 … 110
Ray Wang

Ray Wang

My Blog

1091 posts
26 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse