userver: ydb::TopicClient Class Reference
Loading...
Searching...
No Matches
ydb::TopicClient Class Referencefinal

#include <userver/ydb/topic.hpp>

Detailed Description

YDB Topic Client.

See also
https://ydb.tech/docs/en/concepts/topic

Definition at line 66 of file topic.hpp.

Public Member Functions

void AlterTopic (const std::string &path, const NYdb::NTopic::TAlterTopicSettings &settings)
 Alter topic.
 
NYdb::NTopic::TDescribeTopicResult DescribeTopic (const std::string &path)
 Describe topic.
 
TopicReadSession CreateReadSession (const NYdb::NTopic::TReadSessionSettings &settings)
 Create read session.
 
NYdb::NTopic::TTopicClient & GetNativeTopicClient ()
 

Member Function Documentation

◆ GetNativeTopicClient()

NYdb::NTopic::TTopicClient & ydb::TopicClient::GetNativeTopicClient ( )

Get native topic client

Warning
Use with care! Facilities from <core/include/userver/drivers/subscribable_futures.hpp> can help with non-blocking wait operations.

The documentation for this class was generated from the following file: