From eb2871da7c334f6f3c2dbdaf196ae639e5335b39 Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 13 May 2024 09:45:22 +0800 Subject: [PATCH] doc: use event queueing term --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec51c54..94bbaa5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A scalable Netflix DBLog implementation for PostgreSQL * Primary keys of tables aren't limited to be a single numeric column, because dumps are performed by PostgreSQL TID Scan instead of performed on the primary key. ## Use cases -* Robust Microservice Event Sourcing +* Robust Microservice Event Queueing * Data synchronization, Moving data to other databases (ex. for OLAP) * Upgrade PostgreSQL with minimum downtime