edwardUL99 / cs4227-microservices-kernel

3 stars 1 forks source link

Added a pluggable adapter implementation for parsing request bodies #14

Closed edwardUL99 closed 2 years ago

edwardUL99 commented 2 years ago

Converted the original Adapter implementation to a pluggable adapter implementation (with a narrow interface compared to the previous wide adapter interface). Won't merge this yet until J.J can compare the 2 adapter implementations in the next meeting.

The main classes involved with the adapter are as follows:

edwardUL99 commented 2 years ago

Vanilla adapter code contained within branch vanilla_adapter for comparison in the report