Cluster Orchestration In Microservices
Working with Kubernetes in .NET
Mar 4, 20245 min read246

Search for a command to run...
Articles tagged with #microservices
Working with Kubernetes in .NET

Containerization with Docker in a .NET microservice

What happens when messages sent via a messaging queue fail to be processed? Is it skipped? Is the data or intention encapsulated in that message lost? This is the problem that dead-letter queues solve. Dead-letter queues are like any other, with the ...

(Please note this article is part 1 of a series of posts addressing the concept of microservices. This post also endeavors to engage the readers practically; for maximum optimization of the learning process, please follow along with the project.) Wha...
