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
An open-source project that is focused on streamlining reactive-programming of Microservices Reactive-systems that scale, built by developers for developers.<br><br>
13
-
ScaleCube Services provides a low latency Reactive Microservices library for peer-to-peer service registry and discovery
12
+
ScaleCube Services provides a low latency Reactive Microservices library for peer-to-peer service registry and discovery
14
13
based on gossip protocol, without single point-of-failure or bottlenecks.<br><br>
15
14
Scalecube more gracefully address the cross cutting concernes of distributed microservices architecture.
16
15
<br><br>
@@ -32,7 +31,7 @@ ScaleCube Services Features:
32
31
* Reactive Streams support.
33
32
* Fire And Forget - Send and not wait for a reply
34
33
* Request Response - Send single request and expect single reply
35
-
* Request Stream - Send single request and expect stream of responses.
34
+
* Request Stream - Send single request and expect stream of responses.
36
35
* Request bidirectional - send stream of requests and expect stream of responses.
37
36
* Built-in failure detection, fault tolerance, and elasticity
38
37
* Routing and balancing strategies for both stateless and stateful services
@@ -55,10 +54,10 @@ User Guide:
55
54
56
55
Basic Usage:
57
56
58
-
The example provisions 2 cluster nodes and making a remote interaction.
59
-
1. seed is a member node and provision no services of its own.
57
+
The example provisions 2 cluster nodes and making a remote interaction.
58
+
1. seed is a member node and provision no services of its own.
60
59
2. then microservices variable is a member that joins seed member and provision GreetingService instance.
61
-
3. finally from seed node - create a proxy by the GreetingService api and send a greeting request.
60
+
3. finally from seed node - create a proxy by the GreetingService api and send a greeting request.
0 commit comments