C++ info update

This commit is contained in:
Magnus Edenhill 2014-03-26 08:52:54 +07:00
parent 4c030cf3f0
commit 9fb98e4304
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Introduction to librdkafka - the Apache Kafka C client library
# Introduction to librdkafka - the Apache Kafka C/C++ client library
librdkafka is a high performance C implementation of the Apache
Kafka client, providing a reliable and performant client for production use.
librdkafka also provides a native C++ interface.
## Contents