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: README.md
+30-18Lines changed: 30 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
12
12
**[Apache RocketMQ](https://rocketmq.apache.org) is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.**
13
13
14
-
15
14
It offers a variety of features:
16
15
17
16
* Messaging patterns including publish/subscribe, request/reply and streaming
@@ -32,8 +31,8 @@ It offers a variety of features:
32
31
* Authentication and authorization
33
32
* Free open source connectors, for both sources and sinks
34
33
* Lightweight real-time computing
35
-
----------
36
34
35
+
---
37
36
38
37
## Quick Start
39
38
@@ -44,6 +43,7 @@ For local development and testing, only one instance will be created for each co
44
43
45
44
RocketMQ runs on all major operating systems and requires only a Java JDK version 8 or higher to be installed.
$ cd example && kubectl create -f rocketmq_v1alpha1_rocketmq_cluster.yaml
@@ -165,16 +173,18 @@ name-service 1/1 107m
165
173
```
166
174
167
175
---
176
+
168
177
## Apache RocketMQ Community
178
+
169
179
*[RocketMQ Streams](https://github.com/apache/rocketmq-streams): A lightweight stream computing engine based on Apache RocketMQ.
170
180
*[RocketMQ Flink](https://github.com/apache/rocketmq-flink): The Apache RocketMQ connector of Apache Flink that supports source and sink connector in data stream and Table.
*[RocketMQ Spring](https://github.com/apache/rocketmq-spring): A project which helps developers quickly integrate Apache RocketMQ with Spring Boot.
179
189
*[RocketMQ Exporter](https://github.com/apache/rocketmq-exporter): An Apache RocketMQ exporter for Prometheus.
180
190
*[RocketMQ Operator](https://github.com/apache/rocketmq-operator): Providing a way to run an Apache RocketMQ cluster on Kubernetes.
@@ -187,31 +197,33 @@ name-service 1/1 107m
187
197
*[RocketMQ Site](https://github.com/apache/rocketmq-site): The repository for Apache RocketMQ website.
188
198
*[RocketMQ E2E](https://github.com/apache/rocketmq-e2e): A project for testing Apache RocketMQ, including end-to-end, performance, compatibility tests.
We always welcome new contributions, whether for trivial cleanups, [big new features](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal) or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/).
207
216
208
-
----------
217
+
---
218
+
209
219
## License
220
+
210
221
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation
211
222
223
+
---
212
224
213
-
----------
214
225
## Export Control Notice
226
+
215
227
This distribution includes cryptographic software. The country in which you currently reside may have
216
228
restrictions on the import, possession, use, and/or re-export to another country, of encryption software.
217
229
BEFORE using any encryption software, please check your country's laws, regulations and policies concerning
0 commit comments