edwardUL99 / cs4227-microservices-kernel

3 stars 1 forks source link

Implement request mapping #4

Open edwardUL99 opened 2 years ago

edwardUL99 commented 2 years ago

Request mapping takes an inbound request into the gateway and maps it to the microservice that can handle that request. Mapping should take place as follows:

Interception should take place before and after mapping

edwardUL99 commented 2 years ago

Mostly completed, just need to test it when real microservices are linked up