Skip to content

Commit 6332746

Browse files
author
accelerated
committed
Fix message status version
1 parent efa4e95 commit 6332746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppkafka/macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
#define RD_KAFKA_ADMIN_API_SUPPORT_VERSION 0x000b0500 //v0.11.5.00
5050
#define RD_KAFKA_MESSAGE_LATENCY_SUPPORT_VERSION 0x000b0000 //v0.11.0.00
5151
#define RD_KAFKA_EVENT_STATS_SUPPORT_VERSION 0x000b0000 //v0.11.0.00
52-
#define RD_KAFKA_MESSAGE_STATUS_SUPPORT_VERSION 0x000b06ff //v0.11.6
52+
#define RD_KAFKA_MESSAGE_STATUS_SUPPORT_VERSION 0x01000002 //v1.0.0.02
5353

5454
#endif // CPPKAFKA_MACROS_H

0 commit comments

Comments
 (0)