gRPC

Challenge

Only editable by group admins

  • Last updated December 1, 2019 at 9:46 AM by cpr
  • Evidence only visible to badge awarders
Solve this learning challenge by posting a code snippet of a gRPC proto service.
Create a .proto file (in proto3 syntax) and define a gRPC service which describes a set of CRUD functions for a User. Here are the key requirements:
  • The User service should contain name and email address as it's parameters.
  • Setup the requests and responses for each respective function.