67class TopicClient
final {
71 TopicClient(std::shared_ptr<impl::Driver> driver, impl::TopicSettings settings);
77 void AlterTopic(
const std::string& path,
const NYdb::NTopic::TAlterTopicSettings& settings);
80 NYdb::NTopic::TDescribeTopicResult
DescribeTopic(
const std::string& path);
92 std::shared_ptr<impl::Driver> driver_;
93 NYdb::NTopic::TTopicClient topic_client_;