GithubHelp home page GithubHelp logo

daggerok / spring-cloud-gateway-rsocket-example Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 1.0 69 KB

Polyglot RSocket clients communication via RSocket gateway cluster...

Java 100.00%
rsocket rsocket-java rsocket-metadata rsockets spring-cloud-rsocket spring-cloud-rsocket-gateway spring-cloud-gateway-rsocket

spring-cloud-gateway-rsocket-example's Introduction

spring-cloud-gateway-rsocket example CI

Polyglot RSocket clients communication via RSocket gateway cluster...

                                +------+       +------+
                     +~-*-~--~> | gw 2 | <~-~> | pong |
                     |          +------+       +------+
   Client            V              |           Server
  +------+       +------+       +------+
  | ping | <~-~> | gw 1 | <~-~> | gw 3 |
  +------+       +------+       +------+
  • no service mesh
  • no sidecar
  • no circuit breaker

deprecation

Unfortunately, that project has been deprecated. See: https://github.com/rsocket-routing/rsocket-routing-broker instead

Updated project example repository located here: https://github.com/daggerok/rsocket-routing-example

getting started

start r-socket gateway cluster run ping-pong apps

./mvnw compile spring-boot:start -f gateway -Pgw1
./mvnw compile spring-boot:start -f gateway -Pgw2
./mvnw compile spring-boot:start -f gateway -Pgw3
./mvnw compile spring-boot:start -f pong
./mvnw compile spring-boot:start -f ping

after all tear down everything

#./mvnw spring-boot:stop -f pong
#./mvnw spring-boot:stop -f ping
#./mvnw spring-boot:stop -f gateway -Pgw3
#./mvnw spring-boot:stop -f gateway -Pgw2
#./mvnw spring-boot:stop -f gateway -Pgw1
killall java

Versions

  • spring-cloud -> Hoxton.RELEASE
  • spring-cloud-gateway-rsocket -> 2.2.0.M2
  • spring-cloud-rsocket-broker -> 0.2.0.BUILD-SNAPSHOT
  • spring-cloud-rsocket-client -> 0.2.0.BUILD-SNAPSHOT

Resources

spring-cloud-gateway-rsocket-example's People

Contributors

daggerok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bxvs888

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.