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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@
11
11
12
12
It offers a variety of features:
13
13
14
-
*Pub/Sub messaging model
14
+
*Messageing patterns including publish/subscribe, request/reply and streaming
15
15
* Financial grade transactional message
16
+
* Built-in fault tolerance and high availability configuration options base on [DLedger](https://github.com/openmessaging/openmessaging-storage-dledger)
16
17
* A variety of cross language clients, such as Java, C/C++, Python, Go
17
18
* Pluggable transport protocols, such as TCP, SSL, AIO
18
-
*Inbuilt message tracing capability, also support opentracing
19
+
*Built-in message tracing capability, also support opentracing
19
20
* Versatile big-data and streaming ecosytem integration
20
21
* Message retroactivity by time or offset
21
22
* Reliable FIFO and strict ordered messaging in the same queue
@@ -27,7 +28,8 @@ It offers a variety of features:
27
28
* Various message filter mechanics such as SQL and Tag
28
29
* Docker images for isolated testing and cloud isolated clusters
29
30
* Feature-rich administrative dashboard for configuration, metrics and monitoring
30
-
* Authentication and authorisation
31
+
* Authentication and authorization
32
+
* Free open source connectors, for both sources and sinks
0 commit comments