Distributed Monolith
How can a microservices based architecture, that looked great on paper, turn into a system that is a nightmare to maintain? Let’s have a look how well intended systems turn into a distributed monolith....
How can a microservices based architecture, that looked great on paper, turn into a system that is a nightmare to maintain? Let’s have a look how well intended systems turn into a distributed monolith....
Once upon a time, I came across a question about a system that was designed according to the microservices architectural style. The question was about how to handle network requests across a scaled-out and...
See how to send messages with a higher priority using NServiceBus.
Last year during Øredev I presented on how to deal with eventual consistency. Quite a few people I talk to, tell me they can’t use eventual consistency, because they can’t have people looking at...
BloggingAbout.NET as a (domain)name exists since December 14, 2004. As a community much longer, with the first article posted on October 21, 2003. It was called Wasabi back then, which brings back a lot...
In a production environment, it can be hard to diagnose logfiles and investigate if something went wrong. Especially in an asynchronous environment, where multiple threads are adding entries at the same time. It’s easy...
I just read a great article by Richard Wellum on Eventual Consistency and Concurrency in the real world. In it he provides two excellent examples on issues in the real world, that we mostly...
The first time I read about the concept of a servicebus and saw the images, I could not figure out how it was supposed to work. The abstract perspective is like any component could...
Recent Comments