v3.136.4
·
58 commits
to master
since this release
- Fixed concurrent partition map initialization in topic multiwriter (
topicoptions.WithWriteToManyPartitions) soDescribeTopicsetup does not race with an early partition-split callback - Fixed topic multiwriter (
topicoptions.WithWriteToManyPartitions) sequence handling: concurrent writes with automatic sequence numbers serialize assignment with enqueue order, and manual sequence numbers return a client-side ordering error when not strictly increasing for a target partition - Fixed topic multiwriter (
topicoptions.WithWriteToManyPartitions) error handling and shutdown: writes after close now fail, partition-split errors are propagated, sub-writer init errors are race-free, and idle sub-writers are closed correctly
Full Changelog: v3.136.3...v3.136.4