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

Implement topology #1

Open
rigazilla opened this issue Feb 11, 2018 · 1 comment
Open

Implement topology #1

rigazilla opened this issue Feb 11, 2018 · 1 comment

Comments

@rigazilla
Copy link
Owner

rigazilla commented Feb 11, 2018

Infinispan has the concept of topology (relation between the hash of a key and a server). One entry should be sent to the server responsible for its hash value. Has gRPC machanisms to handle this? Or we simply need to develop a mapping hash->channel?

@rigazilla
Copy link
Owner Author

The server must expose a service that returns topology info:

  • members list
  • hash algorithm
  • hash->server policy

rigazilla added a commit that referenced this issue Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant