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

Coordinator mirroring feature #1910

Closed
murphyzlaw opened this issue Aug 26, 2019 · 2 comments
Closed

Coordinator mirroring feature #1910

murphyzlaw opened this issue Aug 26, 2019 · 2 comments

Comments

@murphyzlaw
Copy link

murphyzlaw commented Aug 26, 2019

We would like a feature in the coordinator which can take all incoming data arriving from remote write, and stream it to a destination such as a Kafka topic. The data can be retained in its protobuf serialized form. This would allow processing on the destination end, e.g. sending to another local coordinator for DR; or exporting to an outside system for archival. From discussion, the data could simply be handed off after normal coordinator processing, from within the HTTP duty loop.
(Per discussion with @robskillington Aug 22)

@robskillington
Copy link
Collaborator

Hey so we added this and also followed up with an integration test with #1940. I'll cut a release then close this issue.

@robskillington
Copy link
Collaborator

This was released with v0.13.0, let us know how it works.

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

2 participants