Giter Club home page Giter Club logo

tarzan's Introduction

可靠事件系统(Tarzan)

简介

Tarzan取自电影《人猿泰山》的英文名,用于保证消息生产者的消息被可靠投递

  • admin: 服务端和消息监控中心
  • client: 客户端,服务端连接管理和事务消息发送
  • cluster: 集群策略和负载均衡
  • common: 公用的代码
  • registry: 注册中心,提供注册和自动发现
  • rpc: 远程通讯框架,基于netty
  • server: 服务端,消息接受和代理发送,事务控制和事务状态回查
  • store: 服务端的数据存储
  • mq: 各类mq客户端,集成到应用
  • example: 测试案例和示例代码

原理

分布式事务的三种实现方式,包括可靠事件模式、业务补偿模式、TCC模式。

可靠事件系统Tarzan是基于可靠事件模式的分布式事务解决方案。

参考:

设计

基于外部事件表,实现可靠的消息投递 外部事件表

生产者事务消息实现原理 生产者事务消息

可靠消息系统实现架构图 架构图

可靠消息系统Tarzan数据流图 数据流图

文档

建议

若您有任何建议,可以通过QQ群或邮件反馈。

QQ群:668250402

Email:[email protected]

tarzan's People

Contributors

beston123 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.