Add a project description to README.md

This commit is contained in:
Matias Fontanini
2017-08-28 21:29:35 -07:00
committed by GitHub
parent c3011c9eed
commit 04d5b41c6b

View File

@@ -1,7 +1,9 @@
# cppkafka
# cppkafka: high level C++ wrapper for _rdkafka_
High level C++ wrapper for _rdkafka_
---
_cppkafka_ allows C++ applications to consume and produce messages using the Apache Kafka
protocol. The library is built on top of [_librdkafka_](https://github.com/edenhill/librdkafka),
and provides a high level API that uses modern C++ features to make it easier to write code
while keeping the wrapper's performance overhead to a minimum.
# Features