Skip to content

Commit

Permalink
feat: add record statistics of partitions and topics from proto
Browse files Browse the repository at this point in the history
  • Loading branch information
EddDoubleD committed Sep 19, 2024
1 parent bc06018 commit 1b01046
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion topic/src/main/java/tech/ydb/topic/impl/TopicClientImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@
import tech.ydb.proto.topic.YdbTopic;
import tech.ydb.topic.TopicClient;
import tech.ydb.topic.TopicRpc;
import tech.ydb.topic.description.*;
import tech.ydb.topic.description.Codec;
import tech.ydb.topic.description.Consumer;
import tech.ydb.topic.description.ConsumerStats;
import tech.ydb.topic.description.MeteringMode;
import tech.ydb.topic.description.MultipleWindowsStat;
import tech.ydb.topic.description.PartitionInfo;
import tech.ydb.topic.description.PartitionStats;
import tech.ydb.topic.description.SupportedCodecs;
import tech.ydb.topic.description.TopicDescription;
import tech.ydb.topic.read.AsyncReader;
import tech.ydb.topic.read.SyncReader;
import tech.ydb.topic.read.impl.AsyncReaderImpl;
Expand Down

0 comments on commit 1b01046

Please sign in to comment.