- A dedicated microservice to manage the user data.
- Consumes the event from kafka triggered by auth service to save the user-info "Asynchronously”
- Maintains the following user data in userservice db.
- UserId, name, email, location and mobile no.
- Provided API’s:
- POST: "/user/v1/new”
- GET: "/user/v1/<user-id>”