hugo/content/posts/1.Learning/A1.StudyNotes/kafka.md
2026-03-18 22:36:05 +08:00

18 lines
352 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "kafka学习"
date: 2022-10-03T15:29:00+08:00
tags: ["kafka"]
categories: ["Tech"]
---
# Kafka
> 教程地址:[Kafka](https://www.youtube.com/watch?v=19dzMtsV9pg&list=PLmOn9nNkQxJEDjzl0iBYZ3WuXUuUStxZl&index=4)
## 一、高吞吐量
1. 顺序写
2. 零拷贝
3. 分段日志Segment
4. 预读Read ahead后写Write Behind