Skip to content

v3.135.0

Choose a tag to compare

@ydb-platform-bot ydb-platform-bot released this 23 Apr 10:19
· 113 commits to master since this release
  • Added topicoptions.WithWriterErrOnQueueFull(bool) option for topic writer to make Write return topicwriter.ErrQueueLimitExceed immediately when the internal queue is full, instead of blocking. Useful for preventing OOM when the writer cannot keep up with produced messages.
  • Un-deprecated topicwriter.ErrQueueLimitExceed: it is returned by Write when a writer is created with topicoptions.WithWriterErrOnQueueFull(true) and the internal queue is full.

Full Changelog: v3.134.2...v3.135.0