Posts tagged #MassTransit

Consuming Kafka messages with MassTransit
Many articles on this blog deal with various aspects of MassTransit and asynchronous messaging techniques. Let's explore how you can incorporate a very broker alongside the existing messaging infrastructure in your project. For this, we consume Kafka messages via MassTransit.

Monitor your application performance with Prometheus and Grafana
Now that we've covered quite a few topics regarding messaging, it's about time we take a look at a way to monitor our services and our communication between them. And even if you're not into messaging itself, this post might be for you. Let's visit Prometheus and Grafana.

How to implement the mediator pattern in ASP.NET using MassTransit
Today's post takes a look at the mediator pattern and its use and explores its integration into MassTransit as well as potential drawbacks and ways to address these issues.

Integrating MassTransit using AWS SNS/SQS into your ASP.NET project
Messaging solutions are pretty hip lately. Whether you are stuck in an entangled microservices domain, maybe even just a distributed monolith, or you genuinely want to get rid of reliability issues and tight coupling in your application, you will eventually have come across messaging as a possible solution.