Skip to content

Commit 7ee224e

Browse files
authored
chore: refresh automatic content (#460)
1 parent 3c1e8b4 commit 7ee224e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog/Karafka.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Enhancement] Cache `messages.last` in `BatchMetadata` builder to avoid duplicate array traversal.
1010
- [Enhancement] Optimize `VirtualOffsetManager#mark` to use a single array scan instead of separate `include?` and `index` calls (Pro).
1111
- [Enhancement] Optimize `VirtualOffsetManager#materialize_real_offset` to use `keys.sort` instead of `to_a.sort_by` with tuple destructuring (Pro).
12+
- [Enhancement] Optimize `IntervalRunner#call` to use a single `monotonic_now` call instead of two per invocation.
1213

1314
## 2.5.6 (2026-02-28)
1415
- **[Feature]** Add `karafka topics health` command to check Kafka topics for replication and durability issues, detecting no redundancy (RF=1), zero fault tolerance (RF≤min.insync), and low durability (min.insync=1) configurations with color-coded severity grouping and actionable recommendations (Pro).

0 commit comments

Comments
 (0)