dotnetcore / CAP

Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
http://cap.dotnetcore.xyz
MIT License
6.61k stars 1.28k forks source link

Considering adding support for RocketMQ ? #1557

Closed witskeeper closed 2 months ago

witskeeper commented 2 months ago

We are trying to help more Java developers embrace the .NET ecosystem, and the CAP component is something we consider great and necessary. Additionally, RocketMQ has a high adoption rate in the Java ecosystem in China. Therefore, can we consider adding support for RocketMQ?

yang-xiaodong commented 2 months ago

Hello,

We have no plan to support RcketMQ. If you're interested, you can create your own repository, It can be added to the official CAP document as an extension implemented by the community, so that other people can find it here through the document. If you want, you can submit a PR to modify the docs.

Docs path:

docs/content/user-guide/zh/storage/transport.md

Thanks