Comment on Death by a thousand microservices

Moc@lemmy.world ⁨1⁩ ⁨year⁩ ago

Someone in the thread mentioned that to get the benefits of micro services in a monolith, you can use a lunging rule to prevent dependencies across modules

Share data, not state.

In Rust this is a pretty good use-case for channels, which can be used to send messages across threads.

source
Sort:hotnewtop