Add missing const for rdkafka

This commit is contained in:
Simon Frost 2020-01-10 10:48:29 +01:00
parent 9ddcbd01cc
commit 41ad969216
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ const RD_KAFKA_CONSUMER = 1;
const RD_KAFKA_OFFSET_BEGINNING = -2;
const RD_KAFKA_OFFSET_END = -1;
const RD_KAFKA_OFFSET_STORED = -1000;
const RD_KAFKA_OFFSET_INVALID = -1001;
const RD_KAFKA_PARTITION_UA = -1;
const RD_KAFKA_PRODUCER = 0;
const RD_KAFKA_VERSION = 722687;