Kafka Client
By Microsoft
Rebus
:bus: Simple and lean service bus implementation for .NET (by rebus-org)
Kafka Client | Rebus | |
---|---|---|
- | 17 | |
456 | 2,501 | |
- | 1.2% | |
0.0 | 6.0 | |
almost 7 years ago | about 1 month ago | |
C# | C# | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Kafka Client
Posts with mentions or reviews of Kafka Client.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Kafka Client yet.
Tracking mentions began in Dec 2020.
Rebus
Posts with mentions or reviews of Rebus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-09.
- .NET library MassTransit going commercial with V9
-
Message Queueing
I can recommend Rebus: https://github.com/rebus-org/Rebus β itβs the one I know best, because I made most of it π€ and it even has a Pro option, if you feel like upgrading in that direction too some time in the future.
-
how do you develop locally using Azure Service Bus?
The whole trick is that that's the headache of the implementor of the abstraction π (e.g. me, if you're using Rebus).
-
Agnostic Messaging Provider - Azure/Google/AWS
Rebus (https://github.com/rebus-org/Rebus)
- Which library do you use for message bus abstraction?
-
Pub Sub Framework Recomendations?
For multiprocess application (multiple services, containerized and also natives) I've used ReBus (https://github.com/rebus-org/Rebus) which was is API-compatible (for some version) with NServiceBus. We first used NServiceBus with RabbitMQ (Sagas stored in SqlServer) and then after migration to ReBus also messages and queues were in SqlServer.
-
Long-running business processes in F# with Rebus on Azure
Then we add the Rebus and Rebus.ServiceProvider NuGet packages to each project, giving us something like this:
What are some alternatives?
When comparing Kafka Client and Rebus you can also consider the following projects:
Hangfire - An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
MassTransit - Distributed Application Framework for .NET
NServiceBus - The gold standard for async .NET microservices on Azure, AWS and on-prem
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