ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

feat: decoder pool

Open rekby opened this issue 5 months ago • 0 comments

Now the sdk create decoder for every message in a topic:

https://github.com/ydb-platform/ydb-go-sdk/blob/904939fb726cb1d29b2cbf0bc1b31282ee6ac18b/internal/topic/topicreadercommon/decoders.go#L36-L36

It will be good to create pool of encoders with .Reset(io.Reader) method and reuse it.

It is pair to https://github.com/ydb-platform/ydb-go-sdk/issues/1462

rekby avatar Sep 16 '24 13:09 rekby