abuzaforfagun / Invoice.Microservices.ThirdPartyAPIIntegration

Scaleable fault tolerance microservices to communicate third party API
9 stars 3 forks source link

Cache client is not working #11

Closed abuzaforfagun closed 2 years ago

abuzaforfagun commented 2 years ago

We made something wrong while we tried to use the decorator pattern. With the current implementation, our CachedLikvidoClient will never be called.

We need to inject CachedLikvidoClient into our Reader service.