mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Add buffered producer class
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include "consumer.h"
|
||||
|
||||
namespace cppkafka {
|
||||
namespace utils {
|
||||
/**
|
||||
* \brief Events generated by a CompactedTopicProcessor
|
||||
*/
|
||||
@@ -341,7 +340,6 @@ void CompactedTopicProcessor<K, V>::on_assignment(TopicPartitionList& topic_part
|
||||
}
|
||||
}
|
||||
|
||||
} // utils
|
||||
} // cppkafka
|
||||
|
||||
#endif // CPPKAFKA_COMPACTED_TOPIC_PROCESSOR_H
|
||||
|
||||
Reference in New Issue
Block a user