Commit 061e3019 authored by Christopher Reis's avatar Christopher Reis

Added publish function

parent d7f44864
......@@ -40,8 +40,11 @@
class GMSEC_KAFKA_API KafkaConnection : public gmsec::api::internal::ConnectionInterface
{
private:
bool mw_test;
std::string mwInfo;
bool mw_test;
std::string mwInfo;
std::string mw_brokers = "localhost";
std::string mw_errstr;
std::string mw_debug;
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment