added a bare-bones implementation of the identity service defined in identity.proto
Depends on D3573
Differential D3578
[services][identity] grpc scaffolding for the identity service varun on Mar 30 2022, 4:03 PM. Authored by Tags None Referenced Files
Details added a bare-bones implementation of the identity service defined in identity.proto Depends on D3573 ran cargo build && cargo run, then used BloomRPC to make calls to the server. got a successful response.
Diff Detail
Event TimelineComment Actions Looks like the CI automatically marked this as "Changes planned" because of the failed build. The build that failed is the android build and since this diff has nothing to do with android, the error is most probably irrelevant, and effectively the state's incorrect. I think it's good to manually request review in such cases so the reviewers can see the diff in their queue.
Comment Actions change socket address string to a const, revert port to 50051 since docker-compose handles the port mapping |