zzjcool / rocketmq-clients

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

Home Page:https://rocketmq.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

License CPP C# Java Golang Codecov-cpp Codecov-java Codecov-golang Maven Central

Overview

Client bindings for Apache RocketMQ, all of them follow the specification of rocketmq-apis, replacing 4.x remoting-based counterparts. Clients in this repository are built on top of Protocol Buffers and gRPC.

Goal

Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and all other mainstream programming languages.

Features and Status

  • Ready - βœ…
  • Work in progress - 🚧
Feature Java C/C++ C# Golang Rust Node.js Python
Producer with standard messages βœ… βœ… βœ… βœ… 🚧 🚧 🚧
Producer with FIFO messages βœ… βœ… βœ… βœ… 🚧 🚧 🚧
Producer with timed/delay messages βœ… βœ… βœ… βœ… 🚧 🚧 🚧
Producer with transactional messages βœ… βœ… βœ… βœ… 🚧 🚧 🚧
Simple consumer βœ… βœ… βœ… βœ… 🚧 🚧 🚧
Push consumer with concurrent message listener βœ… βœ… 🚧 🚧 🚧 🚧 🚧
Push consumer with FIFO message listener βœ… βœ… 🚧 🚧 🚧 🚧 🚧

Contributing

Similar to other projects of Apache RocketMQ, any attempt to make this project better is welcome, including but not limited to filing a bug report, correcting type error or document writing to complete feature implementation. Do not hesitate to make a pull request if this project catches your attention.

Related

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

About

RocketMQ Clients - Collection of Client Bindings for Apache RocketMQ

https://rocketmq.apache.org/

License:Apache License 2.0


Languages

Language:Java 41.9%Language:C++ 32.2%Language:Go 11.3%Language:C# 9.1%Language:Starlark 2.1%Language:CMake 1.5%Language:Rust 1.0%Language:C 0.5%Language:Shell 0.2%Language:Python 0.1%