Skip to content

Commit 74a5fcd

Browse files
committed
publish topic reader message
1 parent 52254fb commit 74a5fcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/topic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"TopicMeteringMode",
1212
"TopicReader",
1313
"TopicReaderAsyncIO",
14+
"TopicReaderMessage",
1415
"TopicReaderSelector",
1516
"TopicReaderSettings",
1617
"TopicReaderPartitionExpiredError",
@@ -32,6 +33,8 @@
3233

3334
from . import driver
3435

36+
from ._topic_reader.datatypes import PublicMessage as TopicReaderMessage
37+
3538
from ._topic_reader.topic_reader import (
3639
PublicReaderSettings as TopicReaderSettings,
3740
PublicTopicSelector as TopicReaderSelector,

0 commit comments

Comments
 (0)