From 861e41a79295d1496f353ae4c9242e500482e2f6 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 15 Apr 2017 19:25:40 -0700 Subject: [PATCH] Add note about the API being unstable --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c53f71e..6370d93 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ only supported via the high level consumer API. _cppkafka_ requires **rdkakfa >= order to use it. Other wrapped functionalities are also provided, like fetching metadata, offsets, etc. +**Note**: _cppkafka_ is under development so the API might change through time. Once there's an +actual release, it should become more stable. + # It's simple! _cppkafka_'s API is simple. For example, this code creates a producer writes a message into some