RD_KAFKA_VERSION

librdkafka version

Interpreted as hex \c MM.mm.rr.xx: - MM = Major - mm = minor - rr = revision - xx = pre-release id (0xff is the final release)

E.g.: \c 0x000801ff.8.1

Note: This value should only be used during compile time, for runtime checks of version use version()

enum RD_KAFKA_VERSION = 0x00090200;

Meta