@@ -69,11 +69,11 @@ const (
6969 TableSessionQueryEvents |
7070 TableSessionTransactionEvents
7171
72- TopicReaderAllEvents = TopicReaderStreamEvents | TopicReaderMessageEvents |
72+ TopicReaderEvents = TopicReaderStreamEvents | TopicReaderMessageEvents |
7373 TopicReaderPartitionEvents |
7474 TopicReaderStreamLifeCycleEvents
7575
76- TopicAllEvents = TopicControlPlaneEvents | TopicReaderAllEvents
76+ TopicEvents = TopicControlPlaneEvents | TopicReaderEvents
7777
7878 DetailsAll = ^ Details (0 ) // All bits enabled
7979)
@@ -109,9 +109,9 @@ var (
109109 TablePoolSessionLifeCycleEvents : "ydb.table.pool.session" ,
110110 TablePoolAPIEvents : "ydb.table.pool.api" ,
111111
112- TopicAllEvents : "ydb.topic" ,
112+ TopicEvents : "ydb.topic" ,
113113 TopicControlPlaneEvents : "ydb.topic.controlplane" ,
114- TopicReaderAllEvents : "ydb.topic.reader" ,
114+ TopicReaderEvents : "ydb.topic.reader" ,
115115 TopicReaderStreamEvents : "ydb.topic.reader.stream" ,
116116 TopicReaderMessageEvents : "ydb.topic.reader.message" ,
117117 TopicReaderPartitionEvents : "ydb.topic.reader.partition" ,
0 commit comments