NCodeGroup/MassTransit.Extensions.Hosting - MassTransit configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.
phatboyg/GreenPipes - An asynchronous pipe implementation for the Task Parallel Library
hd9/aspnet-microservices - Sample microservice architecture using .NET Core, Docker, Azure and Kubernetes.
mansoorafzal/AspnetMicroservices - Development and Communication of Microservices with .NET Core 5 using ASP.NET Web API, Docker Compose, RabbitMQ, MassTransit, Portainer, gRPC, Protocol Buffers, SQL Server, Redis, MongoDB, PostgreSQL, Dapper, Entity Framework Core, AutoMapper, MediatR, FluentValidation, Ocelot, Elasticsearch, Kibana, Polly, OpenTelemetry, Jaeger.
VasilisGaitanidis/master-containerized-microservices - This repo contains a sample application based on a fictional eCommerce. The primary goal of this sample is to demonstrate several software-architecture concepts like: Clean Architecture, Microservices, CQRS, Event Sourcing, Publish-Subscribe Architecture, Domain Driven Design (DDD). Currently this is a work in progress.
matjazbravc/Microservice.Architecture.Demo - This demo shows a working sample of microservices architecture using ASP.NET Core. It covers how to create microservices, how to create API gateways using Ocelot, how to use MassTransit as distributed application framework, RabbitMQ as message broker, how to unit test microservices using xUnit, how to monitor microservices using health checks
danmalcolm/masstransit-kafka-demo - Demonstrates use of MassTransit Kafka rider to produce and consume messages, including support for multiple message types on a single topic