Skip to content

Commit

Permalink
Merge pull request #336 from ydb-platform/add-reader-public-message
Browse files Browse the repository at this point in the history
publish topic reader message
  • Loading branch information
Valeria1235 authored Aug 9, 2023
2 parents e4c2d37 + 74a5fcd commit 74ed927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ydb/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"TopicMeteringMode",
"TopicReader",
"TopicReaderAsyncIO",
"TopicReaderMessage",
"TopicReaderSelector",
"TopicReaderSettings",
"TopicReaderPartitionExpiredError",
Expand All @@ -32,6 +33,8 @@

from . import driver

from ._topic_reader.datatypes import PublicMessage as TopicReaderMessage

from ._topic_reader.topic_reader import (
PublicReaderSettings as TopicReaderSettings,
PublicTopicSelector as TopicReaderSelector,
Expand Down

0 comments on commit 74ed927

Please sign in to comment.