Skip to content

Commit c120b00

Browse files
tobiajoclaude
andcommitted
Suffix Cassandra design doc title with ": persist only"
The doc covers the shipped persist-only compare-and-set mode (the delete fence is a deferred-design appendix), so the title now says so. Also cross-link the Cassandra doc from the Kafka design doc intro, mirroring the link the Cassandra doc already has in the other direction. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0195c6xdtRzSHPFobiPmmvfw
1 parent 2f7b0bc commit c120b00

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/cassandra-single-writer-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: cassandra-single-writer-design
3-
title: Cassandra single-writer design
4-
sidebar_label: Cassandra single-writer design
3+
title: "Cassandra single-writer design: persist only"
4+
sidebar_label: "Cassandra single-writer design: persist only"
55
---
66

77
Design notes for the compare-and-set snapshot mode of `kafka-flow-persistence-cassandra`

docs/kafka-single-writer-design.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ sidebar_label: Kafka single-writer design
55
---
66

77
Design notes for the transactional snapshot mode of `kafka-flow-persistence-kafka`
8-
(`KafkaPersistenceModuleOf.cachingTransactional`) — the mechanism and the measurements behind it.
8+
(`KafkaPersistenceModuleOf.cachingTransactional`) — the mechanism and the measurements behind it. The
9+
Cassandra backend solves the same problem differently — see
10+
[Cassandra single-writer design: persist only](cassandra-single-writer-design.md).
911

1012
## Problem
1113

0 commit comments

Comments
 (0)