Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
rd_kafka_t *KafkaConnection::getConnection() const {
75
return kafka_connection_;
76
}
77
78
bool KafkaConnection::hasTopic(const std::string &topic) const {
79
return topics_.count(topic);
Callers
2
createNewTopic
Method · 0.45
onTrigger
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected