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

Support re-publication of rendezvous messages #80

Open
willscott opened this issue Aug 23, 2017 · 0 comments
Open

Support re-publication of rendezvous messages #80

willscott opened this issue Aug 23, 2017 · 0 comments
Assignees

Comments

@willscott
Copy link
Member

The contents of messages in a topic should be re-publishable, to facilitate longer-latency synchronization.

One of the things preventing this at the moment is that re-publication of the same message will use the same buckets, and repeated writes to a fixed location will look odd.

One way to fix this is to include the 'epoch' in the hashed random seed used to determine bucket location. That would allow the same sequence umber within a topic to be republished in a subsequent epoch, because both the location will still appear unlinked, and a new nonce would mean the contents are a different, indistinguishable random.

@ryscheng ryscheng self-assigned this Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants