Skip to content

Commit

Permalink
🎨 update docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
卤肉 committed Jan 12, 2019
1 parent d44b45f commit 9bf24b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

结合Disruptor异步处理框架:[详情Disruptor异步处理框架](https://github.com/LMAX-Exchange/disruptor)

## 结构图

![event](static/event.jpg)

## 使用

```
// 插件配置
Expand Down Expand Up @@ -39,8 +44,6 @@ Awaitility.await().atMost(2, TimeUnit.MINUTES).until(new Callable<Boolean>() {
}
});
```


maven仓库~

```
Expand All @@ -50,9 +53,8 @@ maven仓库~
<version>1.0.0</version>
</dependency>
```


## 更新说明

>## TODO
>
>1. 最终一致性(考虑sql持久化,增加重试机制)
Expand Down
Binary file added static/event.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9bf24b6

Please sign in to comment.