Update README.md

This commit is contained in:
heibaiying 2019-05-29 00:03:42 +08:00 committed by GitHub
parent 4be48146c9
commit ca9ccf5441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ TODO
1. [Kafka 核心概念介绍](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka核心概念介绍.md)
2. [基于Zookeeper搭建Kafka高可用集群](https://github.com/heibaiying/BigData-Notes/blob/master/notes/installation/基于Zookeeper搭建Kafka高可用集群.md)
3. [Kafka生产者详解](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka生产者详解.md)
4. [Kafka消费者详解]((https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka消费者详解.md))
4. [Kafka消费者详解](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Kafka消费者详解.md)
5. Kafka 副本机制以及选举原理剖析
6. Kafka的数据可靠性