2021年11月4日
摘要:
FarOps介绍 Run and manage apps in one place 可视化 将数据通过图形的方式直观展现出来,可视化是一种高效、一致性、透明性、面向用户的服务 自动化 将日常运维重复性工作由手工转为自动化操作,从而减少乃至消除运维中的延迟,实现"零延迟"的运维 智能化 智能化运维提升
阅读全文
posted @ 2021-11-04 11:08
rabbit-xf
阅读(641)
推荐(0)
2020年12月8日
摘要:
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
阅读(171)
推荐(0)
2020年12月7日
摘要:
消息系统-RabbitMQ 介绍 RabbitMQ 是一个高可用开源的分布式消息系统。 Erlang 语言开发的 AMQP 的开源实现 异步消息传送,支持多种消息模式 支持集群部署(high availability and throughput) 管理&监控,HTTP-API, command l
阅读全文
posted @ 2020-12-07 11:33
rabbit-xf
阅读(63)
推荐(0)
posted @ 2020-12-07 11:31
rabbit-xf
阅读(31)
推荐(0)
摘要:
Apache Kafka 基本角色 Broker - Kafka集群包含一个或多个服务器,这种服务器被称为broker Producer - 消息生产者,负责发布消息到Kafka broker Consumer - 消息消费者,向Kafka broker读取消息的客户端 kafka工作原理 ① 每个
阅读全文
posted @ 2020-12-07 11:30
rabbit-xf
阅读(54)
推荐(0)
2020年12月6日
摘要:
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
阅读(105)
推荐(0)
摘要:
ShardingSphere实现分库分表 介绍 分布式数据库中间件,提供 数据水平 &垂直拆分、分布式事务、数据服务治理等需求解决方案。 架构图 ShardingSphere-JDBC 适用于任何基于 JDBC 的 ORM 框架,如:JPA, Hibernate, Mybatis, Spring J
阅读全文
posted @ 2020-12-06 11:42
rabbit-xf
阅读(198)
推荐(0)
2020年12月5日
摘要:
springboot-seata-demo 使用Seata实现微服务系统-分布式事务 Seata介绍 Seata 是一款阿里巴巴开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。 Distributed Transaction Solution with SEATA
阅读全文
posted @ 2020-12-05 12:02
rabbit-xf
阅读(183)
推荐(0)