Martin mentions at 30:22 during his talk[1] that REST, while still better than RPC, still causes coupling between communicating actors as opposed to messaging.
My question is: what's preventing REST calls from being wrapped in a future or higher level messaging construct (e.g. Akka actor messages) such that communication is decoupled because it becomes asynchronous? [1] Beginning of discussion at https://www.youtube.com/watch?v=oxjT7veKi9c&t=1805 Thanks, -- Ziad -- You received this message because you are subscribed to the Google Groups "mechanical-sympathy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
