goals: +ref to Apache Kafka

This commit is contained in:
Alain Zscheile 2022-11-30 20:12:27 +01:00
parent 77510e7896
commit 50b6274706

View file

@ -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 (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 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)) 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.