-
Notifications
You must be signed in to change notification settings - Fork 5
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
Store user details in config objects in mongo #212
Conversation
config-service-api/src/main/proto/org/hypertrace/config/service/v1/config_service.proto
Outdated
Show resolved
Hide resolved
config-service-api/src/main/proto/org/hypertrace/config/service/v1/config_service.proto
Outdated
Show resolved
Hide resolved
config-service-api/src/main/proto/org/hypertrace/config/service/v1/config_service.proto
Outdated
Show resolved
Hide resolved
config-service-impl/src/main/java/org/hypertrace/config/service/ConfigServiceGrpcImpl.java
Outdated
Show resolved
Hide resolved
config-service-impl/src/main/java/org/hypertrace/config/service/store/ConfigDocument.java
Show resolved
Hide resolved
@@ -26,11 +28,14 @@ | |||
*/ | |||
@lombok.Value | |||
@Slf4j | |||
@Builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still needed with the latest change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not required will remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit, not blocking
Description
Please include a summary of the change, motivation and context.
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.