File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 45
45
./mvnw compile spring-boot:start -f pong
46
46
sleep 3s
47
47
./mvnw compile spring-boot:start -f ping
48
- sleep 30s
48
+ sleep 10s
49
49
dependency-updates :
50
50
if : contains(github.event.inputs.trigger, 'M')
51
51
|| startsWith(github.event.inputs.trigger, 'm')
Original file line number Diff line number Diff line change 1
- # spring-cloud-gateway-rsocket example
1
+ # spring-cloud-gateway-rsocket example [ ![ CI ] ( https://github.com/daggerok/spring-cloud-gateway-rsocket-example/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/daggerok/spring-cloud-gateway-rsocket-example/actions/workflows/ci.yaml )
2
2
Polyglot RSocket clients communication via RSocket gateway cluster...
3
3
4
4
```
@@ -15,6 +15,12 @@ Polyglot RSocket clients communication via RSocket gateway cluster...
15
15
* no sidecar
16
16
* no circuit breaker
17
17
18
+ ## deprecation
19
+
20
+ Unfortunately, that project has been deprecated. See: https://github.com/rsocket-routing/rsocket-routing-broker instead
21
+
22
+ Updated project example repository located here: https://github.com/daggerok/rsocket-routing-example
23
+
18
24
## getting started
19
25
20
26
start _ r-socket gateway cluster_ run _ ping-pong_ apps
You can’t perform that action at this time.
0 commit comments