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

Intershard communication #12

Open
cookiesjuice opened this issue Nov 27, 2020 · 0 comments
Open

Intershard communication #12

cookiesjuice opened this issue Nov 27, 2020 · 0 comments
Labels
check later Not important enough at the moment, but worth doing later. feature New feature or request

Comments

@cookiesjuice
Copy link
Contributor

Use a message queue.
Steps:

  • shard A send message to queue.
  • shard B reads queue and send ack to queue.
  • shard A reads ack and removes message from queue.
  • shard B sees message removed and removes ack.
@cookiesjuice cookiesjuice added the feature New feature or request label Nov 27, 2020
@cookiesjuice cookiesjuice added the check later Not important enough at the moment, but worth doing later. label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check later Not important enough at the moment, but worth doing later. feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant