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

chore: add prefix to store service messages #281

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

pgautier404
Copy link
Contributor

This commit prefixes the names of the messages in store.proto with the string "Store" to resolve name collisions in the Go SDK. In that SDK all of the messages end up living in the same namespace, so all of the request and response messages (e.g. _GetRequest) were colliding with the names in cacheclient.proto.

@honeyAcorn @anp13 I wanted to make sure you were both aware of and in agreement with this change. Please let me know if you see any issues or problems with renaming these.

Copy link
Collaborator

@kvcache kvcache left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine to me.

Copy link
Contributor

@bruuuuuuuce bruuuuuuuce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pgautier404 pgautier404 merged commit 1dca01c into main May 29, 2024
7 checks passed
@pgautier404 pgautier404 deleted the store-protos-tweaks branch May 29, 2024 23:36
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

Successfully merging this pull request may close these issues.

4 participants