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

Potential reconnecting problem in `topics.readerReconnector`

Open kprokopenko opened this issue 1 month ago • 0 comments

You're right, and I can 'fix' it with locks, but I suspect the real issue isn't just 'reading actual values.' The deeper problem is that we're keep reconnecting (and producing new r.streamVal) in the first place. Solving that, however, goes far beyond my current understanding of this codebase.

Originally posted by @DmitryNaumov in https://github.com/ydb-platform/ydb-go-sdk/pull/1902#discussion_r2464105908

kprokopenko avatar Oct 27 '25 11:10 kprokopenko