File: README.md

package info (click to toggle)
librdkafka 2.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,912 kB
  • sloc: ansic: 146,572; cpp: 13,007; sh: 4,018; python: 2,470; makefile: 606; java: 181
file content (16 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.