Features
- Adds configuration options to trigger cache trim before the cache reaches its maximum size. by @jcipar in #19624
- cloud_storage_cache_trim_threshold_size
- cloud_storage_cache_trim_threshold_objects
These mirror the options for controlling maximum size: cloud_storage_cache_size and cloud_storage_cache_max_objects
- The new default behavior, if these are not set, is to trigger a trim when the cache is 100% full. by @jcipar in #19624
- #18739 Schema Registry: Support
/mode
endpoints for READONLY by @BenPope in #18742
Bug Fixes
- Fixes a bug where crashes within the redpanda http client could occur when encountering tls exceptions by @graphcareful in #18696
- #18633 rpk: fixes an error in
rpk topic consume
that prevented the usage of the--regex
flag. by @r-vasquez in #18634 - #18734 Fixes incorrect ordering of arguments in the cloud cache trim admin endpoint. by @andrwng in #18764
- #18770 Fixes a bug that would allow requests to complete that created acls for topics with invalid kafka topic names by @graphcareful in #19791
- fixed overflow that may lead to unnecessary moves by @mmaslankaprv in #19805
- rpk cluster config get: does not round float numbers anymore. by @r-vasquez in #18849
- PR #18784 [v23.3.x] raft: fix node_id mismatch log message by @ztlpn
- PR #18855 [v23.3.x] Fixed possible log discrepancy when using forced reconfiguration by @mmaslankaprv
- PR #18573 rm_stm: couple of stability fixes noticed when down scaling max_concurrent_producer_ids by @bharathv
Improvements
- Short description of how this PR improves existing behavior. by @jcipar in #19624
- #18645 rpk: topic describe supports
--regex
flag by @daisukebe in #18646 - made fast partition movements easier to debug. by @mmaslankaprv in #18689
- reduced the amount of data required to transfer over the network by @mmaslankaprv in #19835
- PR #18741 [v23.3.x] cloud_storage_clients: check for
BlobNotFound
inabs_client::do_delete_path()
by @WillemKauf - PR #19838 [v23.3.x] s/disk_log_impl: don't prefix-truncate empty segments by @ztlpn
Full Changelog: v23.3.16...v23.3.17