日志采集&异常报告-Rollbar
摘要:Rollbar 介绍 日志采集&异常报告工具 Rollbar provides real-time, full-stack exception reporting and debugging tools for developers. Rollbar integrates in moments wi
阅读全文
posted @
2020-12-08 13:15
rabbit-xf
阅读(148)
推荐(0) 编辑
消息系统-RabbitMQ
摘要:消息系统-RabbitMQ 介绍 RabbitMQ 是一个高可用开源的分布式消息系统。 Erlang 语言开发的 AMQP 的开源实现 异步消息传送,支持多种消息模式 支持集群部署(high availability and throughput) 管理&监控,HTTP-API, command l
阅读全文
posted @
2020-12-07 11:33
rabbit-xf
阅读(57)
推荐(0) 编辑
消息系统-kafaka
摘要:Apache Kafka 基本角色 Broker - Kafka集群包含一个或多个服务器,这种服务器被称为broker Producer - 消息生产者,负责发布消息到Kafka broker Consumer - 消息消费者,向Kafka broker读取消息的客户端 kafka工作原理 ① 每个
阅读全文
posted @
2020-12-07 11:30
rabbit-xf
阅读(48)
推荐(0) 编辑
分布式调用链追踪系统
摘要:Spring Cloud Zipkin Example Zipkin介绍 Zipkin is very efficient tool for distributed tracing in microservices ecosystem. Distributed tracing, in general
阅读全文
posted @
2020-12-06 20:00
rabbit-xf
阅读(99)
推荐(0) 编辑
ShardingSphere实现分库分表
摘要:ShardingSphere实现分库分表 介绍 分布式数据库中间件,提供 数据水平 &垂直拆分、分布式事务、数据服务治理等需求解决方案。 架构图 ShardingSphere-JDBC 适用于任何基于 JDBC 的 ORM 框架,如:JPA, Hibernate, Mybatis, Spring J
阅读全文
posted @
2020-12-06 11:42
rabbit-xf
阅读(180)
推荐(0) 编辑
Spring Cloud分布式事务
摘要:springboot-seata-demo 使用Seata实现微服务系统-分布式事务 Seata介绍 Seata 是一款阿里巴巴开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。 Distributed Transaction Solution with SEATA
阅读全文
posted @
2020-12-05 12:02
rabbit-xf
阅读(173)
推荐(0) 编辑