Skip to content

Commit

Permalink
README: Added note on C++ ABI safety
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Feb 24, 2017
1 parent ddb2518 commit 0f6b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See the [wiki](https://github.com/edenhill/librdkafka/wiki) for a FAQ.
* [SSL](https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka) support
* [SASL](https://github.com/edenhill/librdkafka/wiki/Using-SASL-with-librdkafka) (GSSAPI/Kerberos, PLAIN) support
* Broker version support: >=0.8 (see [Broker version compatibility](https://github.com/edenhill/librdkafka/wiki/Broker-version-compatibility))
* Stable API and ABI safe stable C & C++ APIs
* Stable C & C++ APIs (ABI safety guaranteed for C)
* [Statistics](https://github.com/edenhill/librdkafka/wiki/Statistics) metrics
* Debian package: librdkafka1 and librdkafka-dev in Debian and Ubuntu
* RPM package: librdkafka and librdkafka-devel
Expand Down

0 comments on commit 0f6b359

Please sign in to comment.