Skip to content

Files

Latest commit

1cdb143 · Jan 16, 2017

History

History
This branch is 2550 commits behind confluentinc/librdkafka:master.

src-cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 24, 2015
Sep 29, 2016
Jan 16, 2017
Nov 21, 2016
Jan 13, 2017
Mar 16, 2014
Nov 23, 2015
Jan 7, 2017
Jan 16, 2017
Mar 16, 2014
Mar 24, 2015
Dec 21, 2016
Jan 7, 2017
Jan 16, 2017
Jan 16, 2017

librdkafka C++ interface

See rdkafkacpp.h for the public C++ API

Maintainer notes for the C++ interface:

  • The public C++ interface (rdkafkacpp.h) does not include the public C interface (rdkafka.h) in any way, this means that all constants, flags, etc, must be kept in sync manually between the two header files. A regression test should be implemented that checks this is true.

  • The public C++ interface is provided using pure virtual abstract classes.