How to send a notification after inserting data from microservice to another?

183 views Asked by At

am currently trying to send some entity attributes to from a microservice A to another microservice B to trigger a scheduled event in B and each microservice has its own database. to detect the insert i used EntityListner and Am using feignClient to communicate between the two but my question how can i send the "notification" from A to B?

0

There are 0 answers