Skip to content

rishirich76/spring-reactive-assesment-flights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flight Search Applicatiom

This application is to display features and performance benefits of spring webflux module with business implementation of flight search, it is integrated with 5 downstream systems (out of which 1 is DB) each of them having delay of 500 or 600 millis using Thread.sleep(500).

Response time is approximate 600-700 ms

Application Configuration

All DB and URI properties can be managed in application.properties

DB can be disabled by adding below property to application.properties file.

app.isDBDisabled=true

curls

Below is curl to GET flights

curl --location --request GET 'http://localhost:8080/flights?depAirport=DXB&arrAirport=CDG&date=20Nov2021'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages