How do you handle validation in composite microservice request?
问题 Consider an application with two entities: User (contains basic user data, such as name) Passport (contains authentication credentials, i.e. password) And two internal microservices: UserService (responsible for creating and managing users and their basic data) AuthService (responsible for user authentication and password handling) The User entity belongs to the UserService and Passport entity belongs to the AuthService . Those two services should be separated, because they solve very