MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / KafkaConnection

Method KafkaConnection

extensions/librdkafka/KafkaConnection.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace processors {
27
28KafkaConnection::KafkaConnection(const KafkaConnectionKey &key)
29 : logger_(logging::LoggerFactory<KafkaConnection>::getLogger()),
30 kafka_connection_(nullptr),
31 poll_(false) {
32 initialized_ = false;
33 key_ = key;
34}
35
36KafkaConnection::~KafkaConnection() {
37 remove();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected