Added support for message status and setting the event mask

This commit is contained in:
accelerated
2018-11-12 10:30:54 -05:00
parent 9f6556da0c
commit 9859e54522
4 changed files with 18 additions and 0 deletions

View File

@@ -49,5 +49,6 @@
#define RD_KAFKA_ADMIN_API_SUPPORT_VERSION 0x000b0500 //v0.11.5.00
#define RD_KAFKA_MESSAGE_LATENCY_SUPPORT_VERSION 0x000b0000 //v0.11.0.00
#define RD_KAFKA_EVENT_STATS_SUPPORT_VERSION 0x000b0000 //v0.11.0.00
#define RD_KAFKA_MESSAGE_STATUS_SUPPORT_VERSION 0x000b06ff //v0.11.6
#endif // CPPKAFKA_MACROS_H