You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ English | [简体中文](README-CN.md) | [RocketMQ Website](https://rocketmq.apa
8
8
9
9
Here is the java implementation of the client for [Apache RocketMQ](https://rocketmq.apache.org/). Different from the [remoting-based client](https://github.com/apache/rocketmq/tree/develop/client), the current implementation is based on separating architecture for computing and storage, which is the more recommended way to access the RocketMQ service.
10
10
11
-
Here are some preparations you may need to know (or refer to [here](https://rocketmq.apache.org/docs/quickStart/02quickstart/)).
11
+
Here are some preparations you may need to know (or refer
12
+
to [quick start](https://rocketmq.apache.org/docs/quickStart/02quickstart/)).
12
13
13
14
1. Java 8+ for runtime, Java 11+ for the build;
14
15
2. Setup namesrv, broker, and [proxy](https://github.com/apache/rocketmq/tree/develop/proxy).
More code examples are provided [here](./client/src/main/java/org/apache/rocketmq/client/java/example) to assist you in working with various clients and different message types.
61
+
More code examples are provided [example](./client/src/main/java/org/apache/rocketmq/client/java/example) to assist you
62
+
in working with various clients and different message types.
0 commit comments