Skip to content

Commit 1b01046

Browse files
committed
feat: add record statistics of partitions and topics from proto
1 parent bc06018 commit 1b01046

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

topic/src/main/java/tech/ydb/topic/impl/TopicClientImpl.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@
2222
import tech.ydb.proto.topic.YdbTopic;
2323
import tech.ydb.topic.TopicClient;
2424
import tech.ydb.topic.TopicRpc;
25-
import tech.ydb.topic.description.*;
25+
import tech.ydb.topic.description.Codec;
26+
import tech.ydb.topic.description.Consumer;
27+
import tech.ydb.topic.description.ConsumerStats;
28+
import tech.ydb.topic.description.MeteringMode;
29+
import tech.ydb.topic.description.MultipleWindowsStat;
30+
import tech.ydb.topic.description.PartitionInfo;
31+
import tech.ydb.topic.description.PartitionStats;
32+
import tech.ydb.topic.description.SupportedCodecs;
33+
import tech.ydb.topic.description.TopicDescription;
2634
import tech.ydb.topic.read.AsyncReader;
2735
import tech.ydb.topic.read.SyncReader;
2836
import tech.ydb.topic.read.impl.AsyncReaderImpl;

0 commit comments

Comments
 (0)