We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0448ada + 262f8b1 commit 2502c10Copy full SHA for 2502c10
ydb/topic.py
@@ -387,7 +387,11 @@ def _check_closed(self):
387
388
@dataclass
389
class TopicClientSettings:
390
- encode_decode_threads_count: int = 4
+ # ATTENTION
391
+ # When set the encode_decode_threads_count - all custom encoders/decoders for topic reader/writer
392
+ # MUST be thread-safe
393
+ # because they will be called from parallel threads
394
+ encode_decode_threads_count: int = 1
395
396
397
class TopicError(issues.Error):
0 commit comments