dvillavicencio / riven-bot

Discord Bot for Destiny 2 that retrieves statistics regarding Raid and Dungeon activities through Discord chat
2 stars 0 forks source link

Spike | Functional-Based Http vs. Controller-Based routing #74

Closed dvillavicencio closed 1 month ago

dvillavicencio commented 8 months ago

This ticket is an investigation so that we can perhaps replace the @RestController methodology we are using and replace it using Spring Webflux's RouterFunction definition for serving HTTP requests.

For reference see here an example of the differences between router-based project vs controller-based project.

dvillavicencio commented 1 month ago

This has already been implemented using WebFlux routers in router/routerConfig.java