Skip to content

Commit e215d9f

Browse files
author
Kostromin, Maksim
committed
You know the rules and so do I (C) whatthecommit.com
1 parent 62363e7 commit e215d9f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
./mvnw compile spring-boot:start -f pong
4646
sleep 3s
4747
./mvnw compile spring-boot:start -f ping
48-
sleep 30s
48+
sleep 10s
4949
dependency-updates:
5050
if: contains(github.event.inputs.trigger, 'M')
5151
|| startsWith(github.event.inputs.trigger, 'm')

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
Polyglot RSocket clients communication via RSocket gateway cluster...
33

44
```
@@ -15,6 +15,12 @@ Polyglot RSocket clients communication via RSocket gateway cluster...
1515
* no sidecar
1616
* no circuit breaker
1717

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+
1824
## getting started
1925

2026
start _r-socket gateway cluster_ run _ping-pong_ apps

0 commit comments

Comments
 (0)