This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 06f266e Created RIP 9 RocketMQ Developer Guide (markdown)
06f266e is described below
commit 06f266e8cea270d941db4799da1d3925e3dbca2a
Author: dinglei <[email protected]>
AuthorDate: Wed Jan 16 20:32:37 2019 +0800
Created RIP 9 RocketMQ Developer Guide (markdown)
---
RIP-9-RocketMQ-Developer-Guide.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/RIP-9-RocketMQ-Developer-Guide.md
b/RIP-9-RocketMQ-Developer-Guide.md
new file mode 100644
index 0000000..f24aa3e
--- /dev/null
+++ b/RIP-9-RocketMQ-Developer-Guide.md
@@ -0,0 +1,26 @@
+# Status
+Current State: Proposed
+Authors: wlliqipeng
+Shepherds: ShannonDing([email protected])
+Mailing List discussion: [email protected];[email protected]
+Pull Request:https://github.com/apache/rocketmq/pull/659
+Released: <4.4.1>
+
+# Background & Motivation
+## What do we need to do
+For RocketMQ users, the developer guide is undoubtedly very important. It can
help developers quickly learn how to use rocketmq. So we're going to write a
developer guide for RocketMQ.
+
+# Goals
+## What problem is this proposal designed to solve?
+We plan to provide RocketMQ developer guide, including concepts, architecture,
functional features, design, samples, best practices, operations, and
maintenance management.
+## To what degree should we solve the problem?
+Give developers a better understanding of the architecture and principles of
RocketMQ.
+Introduce RocketMQ best practices to developers.
+
+# Non-Goals
+Are there any limits to this proposal?
+Developer's Guide only supports Chinese and English
+
+# Changes
+We will add a new module named docs,which includes CN and EN.
+