Open luongyen123 opened 4 years ago
I have a process like this in my microservice model: service A-> publish service B service B -> service A How to get the results of service B sent to A in laravel controller. I need that result to return to the user through the API
Did you figure it out?
I have a process like this in my microservice model: service A-> publish service B service B -> service A How to get the results of service B sent to A in laravel controller. I need that result to return to the user through the API