mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-06 05:27:53 +00:00
Document more classes
This commit is contained in:
@@ -56,6 +56,10 @@ string Topic::get_name() const {
|
||||
return rd_kafka_topic_name(handle_.get());
|
||||
}
|
||||
|
||||
bool Topic::is_partition_available(int partition) const {
|
||||
return rd_kafka_topic_partition_available(handle_.get(), partition);
|
||||
}
|
||||
|
||||
rd_kafka_topic_t* Topic::get_handle() const {
|
||||
return handle_.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user