apache / apache/rocketmq-client-cpp

Support the dynamic closing of track message sending on the client.

Đang mở
#435 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement SoC
Ngôn ngữ chính
C++
Star
393
Fork
167
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

可靠性和可用性是每个 MQ 系统最重要的两个特性,通过Message Track Trace我们应该查看完整的消息链接,快速找到进程消息传递失败的根本原因,并且可以查询到很多参数值,例如发送成本时间、消费成本时间、存储在 broker 中的时间等等,当服务端压力过大或者存储紧张的时候,我们可以通过命令临时关闭轨迹消息进行降级。Apache RocketMQ在RIP-6中已经实现了消息轨迹的功能,针对CPP客户端,基本的轨迹功能已经实现,需要进一步实现临时降级策略。本题目的目的就是要在CPP客户端实现轨迹降级策略,主要包括:

1.学习Apache RocketMQ知识,详细了解RocketMQ原理、使用方式
2.掌握Apache RocketMQ中轨迹消息特性原理和代码
3.在社区中提交Issue,完成相关代码,review后被社区合并

相关材料:
https://github.com/apache/rocketmq-client-cpp
https://github.com/apache/rocketmq/wiki/RIP-6-Message-Trace
https://github.com/apache/rocketmq/blob/develop/docs/cn/msg_trace/user_guide.md
https://rocketmq.apache.org/

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Start with the RIP-6 Message Trace specification and the linked message-trace user guide, then inspect the existing message-trace implementation in the C++ client. Define the runtime behavior for temporarily disabling trace-message sending under pressure and identify how that behavior should be verified before submitting the implementation for review.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
cpp
Lĩnh vực
distributed-systems
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.