I think that it's necessary to use events AND broadcasting.
You will have to broadcast the events so that the other application can listen to the channel.
I have a fairly large application which has 100s of 3p integration. I was thinking of splitting the app into two where the main application only generate events while a secondary application listens for this event and pass it on the 3p.
What is the way to implement this in laravel? Using events or broadcasting? Which driver can i use for this since the apps will be running on different machines.
Please or to participate in this conversation.