revaturelabs / rideforce-matching-service

5 stars 2 forks source link

Enable matching through Zuul #118

Open RaymondKADuncan opened 6 years ago

RaymondKADuncan commented 6 years ago

Any matching algorithm that uses distance as a criterion times out when accessed through the gateway service. As a quick fix we've enabled CrossOrigin on the Matching controller and the Client microservice accesses matching directly (That's not ideal)

It would be better if matching was accessed through Zuul instead of being accessed directly.