Whenever a user deletes their account through the CustomerService, the CustomerService will push a message to RabbitMQ destined for us, the LoginService. We should check for messages and if we receive such a message, delete the corresponding user. The data we receive should only contain an email address.
Whenever a user deletes their account through the CustomerService, the CustomerService will push a message to RabbitMQ destined for us, the LoginService. We should check for messages and if we receive such a message, delete the corresponding user. The data we receive should only contain an email address.