Skip to content

Spring Boot 2.0 Kotlin Project to showcase a Reactive API

Notifications You must be signed in to change notification settings

codependent/reactive-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-games

Build Status

Spring Boot 2.0 Kotlin Project to showcase a Reactive API with functional endpoints.

It consists of 3 services:

  • Games: http://localhost:8081/api/v1/games
  • Players: http://localhost:8082/api/v1/players
  • Raffles: http://localhost:8081/api/v1/raffleResults - This endpoint uses a webClient to make parallel calls to the other two services and aggregate their outputs with Flux.zip().

About

Spring Boot 2.0 Kotlin Project to showcase a Reactive API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages