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.
Basically, this project would follow the same paradigm of rocketmq-client-cpp v5.0.0. Namely, we would build the whole client following protocols described in rocketmq-apis on top of gRPC-dotnet, utilizing Protocol buffers to serialize and deserialize data in transmission.
Layout of this project roughly follows this guide. The solution contains a class library, a unit test module and an example console module.
Assuming you are at the home of this repository,
dotnet build
dotnet test -l "console;verbosity=detailed"
dotnet run -p examples
This project follows Apache License Version 2.0.
Similar to other Apache RocketMQ projects, we welcome contributions in various ways, from filing a bug report, correcting type error, document writing to complete feature implementation. Any attempt to make this project better is welcome.
If this project catches your attention, do not hesitate to make a pull request.