Skip to content

docs: add release notes for 24.10.13#5570

Merged
w1am merged 2 commits intorelease/v24.10from
24.10.13-release-notes
Mar 31, 2026
Merged

docs: add release notes for 24.10.13#5570
w1am merged 2 commits intorelease/v24.10from
24.10.13-release-notes

Conversation

@w1am
Copy link
Copy Markdown
Contributor

@w1am w1am commented Mar 30, 2026

Kafka sink throughput fix and new write latency metric.

Kafka sink throughput fix and new write latency metric.
@w1am w1am requested review from a team as code owners March 30, 2026 10:43
@qodo-code-review
Copy link
Copy Markdown
Contributor

Review Summary by Qodo

Add release notes for EventStoreDB 24.10.13

📝 Documentation

Grey Divider

Walkthroughs

Description
• Add release notes for version 24.10.13
• Document Kafka sink throughput bottleneck fix
• Document new Kafka sink write latency metric
Diagram
flowchart LR
  A["Release 24.10.13"] --> B["Kafka Sink Throughput Fix"]
  A --> C["Write Latency Metric"]
  B --> D["Threading Limitation Resolved"]
  C --> E["kurrent_sink_write_latency_milliseconds"]
Loading

Grey Divider

File Changes

1. docs/server/release-schedule/release-notes.md 📝 Documentation +12/-0

Add 24.10.13 release notes with Kafka improvements

• Added new release notes section for version 24.10.13
• Documented fix for Kafka sink throughput bottleneck caused by threading limitation
• Documented new metric kurrent_sink_write_latency_milliseconds for tracking Kafka sink write
 latency
• Release date set to 30 March 2026

docs/server/release-schedule/release-notes.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown
Contributor

qodo-code-review bot commented Mar 30, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. Metric missing from metrics docs 🐞 Bug ⚙ Maintainability
Description
The 24.10.13 release notes announce a new Kafka sink metric
kurrent_sink_write_latency_milliseconds, but the connectors metrics reference page doesn’t include
it, so users won’t find its type/meaning alongside the other sink metrics.
Code

docs/server/release-schedule/release-notes.md[R17-19]

+### Connectors: Add Kafka sink write latency metric
+
+A new metric `kurrent_sink_write_latency_milliseconds` is now available for Kafka sink connectors, tracking the time taken to produce messages to the broker.
Evidence
The release notes explicitly introduce the new metric, while the connectors metrics documentation
enumerates existing sink metrics and does not contain the new time series, creating a documentation
gap.

docs/server/release-schedule/release-notes.md[9-21]
docs/server/features/connectors/metrics.md[13-20]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The release notes introduce a new Kafka sink metric (`kurrent_sink_write_latency_milliseconds`) but the connectors metrics reference page does not list it under the **Sink** metrics, so readers have no canonical place to confirm the metric’s type/units/meaning.

## Issue Context
`docs/server/features/connectors/metrics.md` is the referenced page that lists connector metrics, including the existing `kurrent_sink_*` time series.

## Fix Focus Areas
- docs/server/features/connectors/metrics.md[13-20]
- docs/server/release-schedule/release-notes.md[9-20]

## Suggested change
Add a new row in the **Sink** metrics table for `kurrent_sink_write_latency_milliseconds` with the appropriate type (e.g., Histogram if it records durations) and a short description consistent with the release note wording. Optionally add a link in the 24.10.13 note pointing to the metrics page (consistent with the earlier 24.10.5 metrics note).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 30, 2026

Deploying eventstore with  Cloudflare Pages  Cloudflare Pages

Latest commit: 813ad84
Status: ✅  Deploy successful!
Preview URL: https://1062254d.eventstore.pages.dev
Branch Preview URL: https://24-10-13-release-notes.eventstore.pages.dev

View logs

RagingKore
RagingKore previously approved these changes Mar 31, 2026
Copy link
Copy Markdown
Contributor

@RagingKore RagingKore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@RagingKore RagingKore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@w1am w1am merged commit d51268d into release/v24.10 Mar 31, 2026
3 checks passed
@w1am w1am deleted the 24.10.13-release-notes branch March 31, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants