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

Method getConnection

extensions/librdkafka/KafkaConnection.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74rd_kafka_t *KafkaConnection::getConnection() const {
75 return kafka_connection_;
76}
77
78bool KafkaConnection::hasTopic(const std::string &topic) const {
79 return topics_.count(topic);

Callers 2

createNewTopicMethod · 0.45
onTriggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected