aidarko / spring-rsocket-app

evaluate rsocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-rsocket-app

Evaluate RSocket + Spring Boot 2.2 + Kotlin + Gradle

This sample follows https://www.youtube.com/watch?v=BxHqeq58xrE

It contains: single value (Mono) request, stream (Flux) and single error handling.

Projects are run separatly: first producer, then consumer.

Endpoints for HTTP calls:

Features implemented:

  • Request/response communication
  • Stream (bi-directional) communication
  • Connection failure tolerance

About

evaluate rsocket


Languages

Language:Kotlin 100.0%