mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-07 22:13:29 +00:00
Merge
This commit is contained in:
@@ -84,7 +84,7 @@ namespace cppkafka {
|
||||
*/
|
||||
template <typename BufferType,
|
||||
typename Allocator = std::allocator<ConcreteMessageBuilder<BufferType>>>
|
||||
class CPPKAFKA_API BufferedProducer {
|
||||
class BufferedProducer {
|
||||
public:
|
||||
enum class FlushMethod {
|
||||
Sync, ///< Empty the buffer and wait for acks from the broker.
|
||||
|
||||
Reference in New Issue
Block a user