diff --git a/README.md b/README.md
index a37c674..5927b0f 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ The goal is to have only projects that are mostly stable and useful to users.
- [Database](#database)
- [Data structures](#data-structures)
- [Date and time](#date-and-time)
+ - [Distributed Systems](#distributed-systems)
- [Encoding](#encoding)
- [Filesystem](#filesystem)
- [Game development](#game-development)
@@ -156,6 +157,11 @@ The goal is to have only projects that are mostly stable and useful to users.
* [reem/rust-typemap](https://github.com/reem/rust-typemap) — [](https://travis-ci.org/reem/rust-typemap)
* [serde-rs/serde](https://github.com/serde-rs/serde) — a framework to generically serialize Rust data structures [](https://travis-ci.org/serde-rs/serde)
+### Distributed Systems
+
+* [Kafka Rust Client](https://github.com/spicavigo/kafka-rust)
+
+
### Encoding
* ASN.1