Skip to content

Commit d347850

Browse files
committed
2018-03-13 补充 kafka
1 parent 41c8ef1 commit d347850

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
- [Node.js 安装和使用](markdown-file/Node-Install-And-Usage.md)
8484
- [CI 整套服务安装和使用](markdown-file/CI-Install-And-Usage.md)
8585
- [YApi 安装和配置](markdown-file/YApi-Install-And-Settings.md)
86+
- [Kafka 安装和配置](markdown-file/Kafka-Install-And-Settings.md)
8687

8788

8889
## 下一步(Next)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Kafka 安装和配置
2+
3+
## Kafka 介绍
4+
5+
> A distributed streaming platform
6+
7+
- 官网:<https://kafka.apache.org/>
8+
- 官网下载:<https://kafka.apache.org/downloads>
9+
- 当前最新稳定版本(201803):**1.0.1**
10+
- 官网 quickstart:<https://kafka.apache.org/quickstart>
11+
- 核心概念:
12+
- producer:生产者
13+
- consumer:消费者
14+
- broker:可以理解为:存放消息的管道(kafka)
15+
- topic:可以理解为:消息主题、消息标签
16+
- 业界常用的 docker 镜像:
17+
- [wurstmeister/kafka-docker(不断更新,优先)](https://github.com/wurstmeister/kafka-docker/)
18+
- [spotify/docker-kafka](https://github.com/spotify/docker-kafka)
19+
20+
21+
## 资料
22+
23+
- <http://www.ituring.com.cn/article/499268>
24+
- <https://cloud.tencent.com/developer/article/1013313>
25+
- <http://blog.csdn.net/boling_cavalry/article/details/78309050>
26+
- <https://www.jianshu.com/p/d77149efa59f>
27+
- <http://www.bijishequ.com/detail/536308>
28+
- <http://blog.51cto.com/13323775/2063420>
29+
- <http://lanxinglan.cn/2017/10/18/%E5%9C%A8Docker%E7%8E%AF%E5%A2%83%E4%B8%8B%E9%83%A8%E7%BD%B2Kafka/>
30+
- <http://www.cnblogs.com/huxi2b/p/6592862.html>
31+
- <http://www.cnblogs.com/huxi2b/p/7929690.html>
32+
- <http://blog.csdn.net/HG_Harvey/article/details/79198496>
33+
- <http://blog.csdn.net/vtopqx/article/details/78638996>
34+
- <http://www.weduoo.com/archives/2047>
35+
- <http://www.jishurensheng.com/461884086.html>

0 commit comments

Comments
 (0)