Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a WAL #25

Open
armon opened this issue Nov 25, 2013 · 3 comments
Open

Add support for a WAL #25

armon opened this issue Nov 25, 2013 · 3 comments

Comments

@armon
Copy link
Owner

armon commented Nov 25, 2013

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.

@jf
Copy link

jf commented Jan 13, 2016

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.

@armon
Copy link
Owner Author

armon commented Jan 14, 2016

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

@onesuper
Copy link

It will be a great enhancement if a mechanism like 'binlog' is implemented internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants