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

SubscribeMonotonicResponse shouldn't use Offsets to signal that it's caught up #556

Open
jmg-duarte opened this issue Oct 16, 2023 · 0 comments
Labels
Actyx This issue leads to a version bump of Actyx. Rust SDK This issue leads to a version bump of the Rust SDK.

Comments

@jmg-duarte
Copy link
Contributor

Currently, when receiving SubscribeMonotonicResponses the Offsets variant acts as a marker between "old" messages and "new" ones (where "old" means, previously published).

Ideally, this mechanism shouldn't be needed and instead, the latest persistent message to be sent should have caught_up set to true.

See:

@jmg-duarte jmg-duarte changed the title SubscribeMonotonicResponse shouldn't need Offsets to signal that it's caught up SubscribeMonotonicResponse shouldn't use Offsets to signal that it's caught up Oct 16, 2023
@jmg-duarte jmg-duarte added Actyx This issue leads to a version bump of Actyx. Rust SDK This issue leads to a version bump of the Rust SDK. labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actyx This issue leads to a version bump of Actyx. Rust SDK This issue leads to a version bump of the Rust SDK.
Projects
None yet
Development

No branches or pull requests

1 participant