Skip to content

Commit

Permalink
feat: add pulsar
Browse files Browse the repository at this point in the history
Signed-off-by: rfyiamcool <[email protected]>
  • Loading branch information
rfyiamcool committed Oct 12, 2023
1 parent 52b228b commit e37bfa4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## Agenda

- [apache pulsar的设计实现原理](#ApachePulsar的设计实现原理)
- [Qcon海量长连接消息推送系统实践](#Qcon海量长连接消息推送系统实践)
- [网络编程那些事儿](#网络编程那些事儿)
- [Golang项目实战](#Golang项目实战)
Expand Down Expand Up @@ -43,6 +44,32 @@

## LIST

### ApachePulsar的设计实现原理

#### 分享时间

2023-10-12

#### 内容

- Apache pulsar 的架构设计
- Pulsar broker 的计算层设计
- 系统 IO 的介绍 (page cache, buffered io, direct io ...)
- Pulsar bookKeeper 的存储层设计
- Pulsar 的高级功能设计
- QA

#### ppt地址

[下载地址](apache-pulsar.pdf.pdf)

#### 截图

<img src="images/pulsar_1.jpg" width="70%">
<img src="images/pulsar_2.jpg" width="70%">
<img src="images/pulsar_3.jpg" width="70%">
<img src="images/pulsar_4.jpg" width="70%">

### Qcon海量长连接消息推送系统实践

#### 分享时间
Expand Down
Binary file added apache-pulsar.pdf
Binary file not shown.
Binary file added images/pulsar_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pulsar_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pulsar_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pulsar_4.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 e37bfa4

Please sign in to comment.