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 multiple ServiceId/ClusterId #9

Open
rwkarg opened this issue Aug 29, 2023 · 0 comments
Open

Support multiple ServiceId/ClusterId #9

rwkarg opened this issue Aug 29, 2023 · 0 comments

Comments

@rwkarg
Copy link

rwkarg commented Aug 29, 2023

If partition_key is an ascii column with value <service_id-cluster_id> then it looks like this should support having multiple services (applications) and clusters (blue/green deployments of the same service) in the same keyspace. The only real change would be to pass in the service/cluster id to the membership/gateway configuration so that the appropriate value is set for that column.

// Will always be zero, used to send all rows to the same partition for the static version to work
partition_key int,

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