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

Remote command receiver writes checkpoint create record #9809

Closed
Tracked by #9606
deepthidevaki opened this issue Jul 14, 2022 · 0 comments · Fixed by #9899
Closed
Tracked by #9606

Remote command receiver writes checkpoint create record #9809

deepthidevaki opened this issue Jul 14, 2022 · 0 comments · Fixed by #9899
Assignees
Labels
version:8.1.0-alpha4 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0

Comments

@deepthidevaki
Copy link
Contributor

deepthidevaki commented Jul 14, 2022

The command receiver must implement the following logic defined in the ZEP:

On receiving a remote message from another partition:

if local checkpointId < message.checkpointId
    Write `checkpoint:create` to logStream
Write message.command to logStream

Depends on #9625 #9720 #9721

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version:8.1.0-alpha4 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants