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

Rest APIs should wait for previous commands to complete by default. #2268

Closed
big-andy-coates opened this issue Dec 13, 2018 · 2 comments
Closed
Assignees

Comments

@big-andy-coates
Copy link
Contributor

The initial work done to expose the command sequence to users defaults to no waiting for any previous commands to fail if not command sequence is provided with the request.

We should default to the safest option, which would be to wait for all previous requests to complete.

@big-andy-coates
Copy link
Contributor Author

Has this been done @vcrfxia ?

@vcrfxia
Copy link
Contributor

vcrfxia commented Jan 22, 2020

Yep, though it was done via transactional produces to the command topic (#3660) rather than using the command sequence number functionality.

@vcrfxia vcrfxia closed this as completed Jan 22, 2020
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