We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #35
If we use etcd instead for service discovery (and for locking!) then we can achive more nodes without complex gossip work.
Nodes could more aggresively update and query remote partition lengths at scale.
However the etcd cluster would have to be multi-region.
Now we need to involve etcd, and at small scale the benefits are probably not there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #35
If we use etcd instead for service discovery (and for locking!) then we can achive more nodes without complex gossip work.
Nodes could more aggresively update and query remote partition lengths at scale.
However the etcd cluster would have to be multi-region.
Now we need to involve etcd, and at small scale the benefits are probably not there.
The text was updated successfully, but these errors were encountered: