mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 11:07:56 +00:00
Export symbols on Windows dll builds
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <librdkafka/rdkafka.h>
|
||||
#include "clonable_ptr.h"
|
||||
#include "configuration_base.h"
|
||||
#include "macros.h"
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
@@ -46,7 +47,7 @@ class Buffer;
|
||||
*
|
||||
* ConfigurationBase provides some extra overloads for set
|
||||
*/
|
||||
class TopicConfiguration : public ConfigurationBase<TopicConfiguration> {
|
||||
class CPPKAFKA_API TopicConfiguration : public ConfigurationBase<TopicConfiguration> {
|
||||
public:
|
||||
/**
|
||||
* \brief Partitioner callback
|
||||
|
||||
Reference in New Issue
Block a user