This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/master by this push:
new f86c3ed Remove broken LevelDB links
f86c3ed is described below
commit f86c3ed8edf63b15046f8a7989bce7f54050efd4
Author: Lucas Tétreault <[email protected]>
AuthorDate: Fri Feb 12 22:51:16 2021 -0800
Remove broken LevelDB links
LevelDB is deprecated and the links on this page are broken.
---
src/masterslave.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/masterslave.md b/src/masterslave.md
index d23f039..76d4f5e 100644
--- a/src/masterslave.md
+++ b/src/masterslave.md
@@ -16,7 +16,6 @@ Master Slave Type|Requirements|Pros|Cons
---|---|---|---
[Shared File System Master Slave](shared-file-system-master-slave)|A shared
file system such as a SAN|Run as many slaves as required. Automatic recovery of
old masters|Requires shared file system
[JDBC Master Slave](jdbc-master-slave)|A Shared database|Run as many slaves as
required. Automatic recovery of old masters|Requires a shared database. Also
relatively slow as it cannot use the high performance journal
-[Replicated LevelDB
Store](replicated-Features/PersistenceFeatures/Persistence/Features/Persistence/leveldb-store)|ZooKeeper
Server|Run as many slaves as required. Automatic recovery of old masters. Very
fast.|Requires a ZooKeeper server.
-If you are using a shared network file system such as a SAN we recommend a
[Shared File System Master Slave](shared-file-system-master-slave). If you are
happy to dispense with the high performance journal and are using pure JDBC as
your persistence engine then you should use [JDBC Master
Slave](jdbc-master-slave) instead. For those willing to try out new tech, the
[Replicated LevelDB Store](leveldb-store) gives speeds similar to a SAN
solution without the hassle of having to setup a hig [...]
+If you are using a shared network file system such as a SAN we recommend a
[Shared File System Master Slave](shared-file-system-master-slave). If you are
happy to dispense with the high performance journal and are using pure JDBC as
your persistence engine then you should use [JDBC Master
Slave](jdbc-master-slave) instead.