Stateless
MassTransit
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
Stateless | MassTransit | |
---|---|---|
9 | 19 | |
5,023 | 5,890 | |
0.6% | 1.4% | |
0.0 | 0.0 | |
2 months ago | 6 days ago | |
C# | C# | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stateless
-
Architecture pattern for Console Apps?
After using stateless for three years, my conclusion is that I cannot imagine a scenario, where it makes sense to use it.
-
Has UML died without anyone noticing?
I'm playing around with this library for a medium sized state machine I'm setting up, and it has this functionality. I think explicit state machines are a good use-case for having an actual diagram, since they can take up enough space that it becomes hard to build a mental map from reading the code due to locality issues.
MassTransit
-
Easy to use library for RabbitMQ in dotnet core.
What would be the benefits of using your library instead of something like MassTransit?
- Consistência de dados e padrão Outbox
-
MassTransit with MSMQ vs RabbitMQ
However, I found this discussion on MT github: https://github.com/MassTransit/MassTransit/discussions/2546
-
Agnostic Messaging Provider - Azure/Google/AWS
MassTransit (https://github.com/MassTransit/MassTransit)
-
What's the deal with "hosts" in console applications now?
I really like https://masstransit-project.com/. I use it with both RabbitMQ and Azure Service Bus
-
📦 Data consistency, outbox pattern and idempotency in a microservice architecture
There are many libraries in .NET that helps you implementing the outbox pattern like: MassTransit, NServiceBus, CAP. Talking about idempotency, a special mention to a specific lib from a big friend that runs on top of CAP which is called Ziggurat.
-
Best .net open source microservice based project?
I actually found the MassTransit samples really enlightening. https://masstransit-project.com/
-
.NET application stuck and on processing bus messages because of possible other activity in the console app? How can I debug?
Look into IHostedService or use something like MassTransit
- Integration Events: Implementando comunicación entre servicios con MassTransit y ASP.NET
-
Why do I distrust people who talk about Clean Architecture?
An example of a well architected system, that happens to align with a number of the guidelines from "Clean Architecture", imo, is MassTransit and (most) sibling projects.
What are some alternatives?
Rebus - :bus: Simple and lean service bus implementation for .NET
EasyNetQ - An easy to use .NET API for RabbitMQ
CAP - Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
Hangfire - An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
NServiceBus - Build, version, and monitor better microservices with the most powerful service platform for .NET
RabbitMQ.NET - RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.1+
Brighter - A framework for building messaging apps with .NET and C#.
Kafka Client
Automatonymous - A state machine library for .Net - 100% code - No doodleware
RawRabbit - A modern .NET framework for communication over RabbitMq
grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec