mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 19:47:55 +00:00
Added support for message status and setting the event mask
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user