7 ms·
Distributed function call isn't that simple. You will soon have various issues like authentication, authorization, compatibility between versions, throttling, r
by flying_sheep 3y ago
Distributed function call isn't that simple. You will soon have various issues like authentication, authorization, compatibility between versions, throttling, retry (e.g. transient error), and so on :-/ The list is so long we could probably write a book about these