apache / apache/rocketmq-site

[DOC]Domain Model - Message transmission model Optimization

Open
#582 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
66
Forks
262
Avg merge
4d 19h
Merged PRs (30d)
2

Description

Document Optimization:
Message Transmission Model Introduction The introduction to the consumer model is not very clear and complete, and it may be ambiguous to read.
![image](https://github.com/apache/rocketmq-site/assets/68309336/722b2098-381f-4dad-b5b3-24ab59ba31fb)

Regarding the original description of point-to-point, I personally feel that this mode is more like a shared messaging pattern. If we change it to the following, readers may find it easier to understand without ambiguity.
After the overall modification, the consumer model can be divided into the following three categories:
- Point-to-Point [The newly added mode is the point-to-point model]
- Publish-Subscribe [Using the previous publish-subscribe model]
- Shared [The previous point-to-point aligns better with this pattern]
![image](https://github.com/apache/rocketmq-site/assets/68309336/69ef3f08-d064-4910-9d75-16701d88f000)

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the Domain Model documentation and read the current consumer-model introduction and message-mode descriptions. Revise the explanation to distinguish Point-to-Point, Publish-Subscribe, and Shared models without ambiguity, then verify that the surrounding text and diagrams use the same terminology.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.