Outbox pattern is simple, yet powerful tool. Let’s see how does it work and what are the consequences of applying it. With outbox, instead of sending a message over the wire to message broker, we save a message to our microservice database as part of current business transaction. This way we achieve internal consistency inside our service. No messages will be sent if a transaction is rolled back...
Strona głównaSztuka programowania
Sztuka programowania 2057 dni, 18 godzin, 32 minuty temu 136 pokaż kod licznika zwiń
Podobne artykuły:
- Designing and validating microservices boundaries – softwarearchitectures.io
- [EN] NHhibernate - multiple queries in one roundtrip to server
- Programistka i kot: nHibernate named queries
- Recenzja - Building Microservices with ASP.NET Core - bd90
- Building Microservices - book review | Radek Maziarka Blog
- [EN]Microservices, here I come | Piotr Gankiewicz
- [EN] Developing Node.js App Services in TypeScript – part 1 of n: Introduction. – Epikia
- Find free port for your application - Michal Dymel DevBlog
- Building API Gateways With Ocelot - Software House ASC
- Programistka i kot: nHibernate associations introduction
- Building Microservices On .NET Core – Part 6 Real time server client communication with SignalR and RabbitMQ