mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Fix compacted topic processor test
* Use buffered producer on compacted topic processor test * Add include directives for callback invoker where missing * Consume until EOF on compacted topic processor test
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include <string>
|
||||
#include "../consumer.h"
|
||||
#include "backoff_performer.h"
|
||||
#include "../detail/callback_invoker.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#include <boost/optional.hpp>
|
||||
#include "../producer.h"
|
||||
#include "../message.h"
|
||||
#include "../detail/callback_invoker.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user