abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.92k stars 3.45k forks source link

Distributed Event Bus for RocketMQ #12725

Open realLiangshiwei opened 2 years ago

realLiangshiwei commented 2 years ago

RocketMQ

realLiangshiwei commented 2 years ago

https://github.com/apache/rocketmq-client-csharp

Project rocketmq-client-csharp is targeted to implement C# binding in native C# code. At the current moment, it is still a work-in-progress project. Do not use it in production till it grows mature enough.

Move to backlog

umerkle commented 10 months ago

I think Dapr supports RocketMQ as pubsub component. So perhaps you can use the existing Dapr integration of ABP to use RocketMQ as Event Bus / pubsub component.