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

Correlate /v1/zwrite calls with the message stream #54

Open
davidben opened this issue May 4, 2014 · 1 comment
Open

Correlate /v1/zwrite calls with the message stream #54

davidben opened this issue May 4, 2014 · 1 comment

Comments

@davidben
Copy link
Contributor

davidben commented May 4, 2014

In a similar vein to #39. This would want either a client-allocated identifier (ow) or for more API calls to move to the socket so that their responses can be ordered relative to /v1/zwrite responses.

@davidben
Copy link
Contributor Author

davidben commented May 4, 2014

Simpler thing to start with that would get most of the way there: store the UID in the database and send it back. Also send the UID back in response to /v1/zwrite.

More complex thing for future: socket-based zwrite call. Sends back two responses. First the UID which is available synchronously and can have ordering guarantees with the tails. Then it sends a second message when the SERVACK comes back.

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

1 participant