commit | c7d22e26916532dcf8174159b0ce2c8ccc2183d4 | [log] [tgz] |
---|---|---|
author | ZhanhuiLi <shutian.lzh@alibaba-inc.com> | Sat Feb 12 15:21:35 2022 +0800 |
committer | ZhanhuiLi <shutian.lzh@alibaba-inc.com> | Sat Feb 12 15:21:35 2022 +0800 |
tree | 0151243601ee90812c35f89417abd9d8915daede | |
parent | e6a6bb970e56cd89f8cc5c1c9771b4536d850d45 [diff] |
Update README.md, adding a brief introduction to archicture; adding license file
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.
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.