10#ifndef ERSES_KAFKASTREAM_HPP
11#define ERSES_KAFKASTREAM_HPP
14#include <nlohmann/json.hpp>
15#include <librdkafka/rdkafkacpp.h>
Base class for any user define issue.
ERS abstract output stream interface.
ES stream implementation.
RdKafka::Producer * m_producer
void write(const ers::Issue &issue) override
void kafka_exporter(std::string input, std::string topic)
KafkaStream(const std::string ¶m)
void ers_to_json(const ers::Issue &issue, size_t chain, std::vector< nlohmann::json > &j_objs)