Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ hasTopic
Method
hasTopic
extensions/librdkafka/KafkaConnection.cpp:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool KafkaConnection::hasTopic(const std::string &topic) const {
79
return topics_.count(topic);
80
}
81
82
std::shared_ptr<KafkaTopic> KafkaConnection::getTopic(const std::string &topic) const {
83
auto topicObj = topics_.find(topic);
Callers
1
onTrigger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected