You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is asking to pull in more pieces, but how about offloading this to a separate commit log system (something like Kafka), and then implementing a consumer for that instead? If the end (and only) objective is to do HA, that is.
@jf Totally. Many ways to architect around this. At my old job where we used bloomd we simply had a separate log that went to S3 that we could replay in the event of a failure, so it was never a high priority to support native HA.
If we add support for a write-ahead-log, then external tools can be used to setup log streaming and build a sane high availability setup.
The text was updated successfully, but these errors were encountered: