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

@@ -149,6 +149,11 @@ public:
* Sets the background event callback (invokes rd_kafka_conf_set_background_event_cb)
*/
Configuration& set_background_event_callback(BackgroundEventCallback callback);
/**
* Sets the event mask (invokes rd_kafka_conf_set_events)
*/
Configuration& set_events(int events);
#endif
/**