From 50b6274706f82649e5ed6e5ed99ea897e74f33b4 Mon Sep 17 00:00:00 2001 From: Alain Zscheile Date: Wed, 30 Nov 2022 20:12:27 +0100 Subject: [PATCH] goals: +ref to Apache Kafka --- WIP/GOALS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WIP/GOALS.txt b/WIP/GOALS.txt index fa420b2..934e2fe 100644 --- a/WIP/GOALS.txt +++ b/WIP/GOALS.txt @@ -14,3 +14,6 @@ It appears to me that I basically want the combination of (libp2p's epidemic pubsub protocol, but with persistence/resume, so that you don't loose all changes if you're offline (you just loose the ones which were so old they scrolled out of the round-robin spool db)) + +One should also take note of the design of [Apache Kafka](https://kafka.apache.org/documentation/#design), +which uses disk-backed queue partitions, which are usually append-only.