Elaborate Microservice async example with FastAPI, RabbitMQ, MongoDB and Redis — part5.

Anders Wiklund
10 min readApr 1, 2023
Image created by author

Introduction

This is part5 in the series. This part talks about the OrderService configuration handling, unified logging and OpenAPI documentation enrichment.

Here’s a brief outline of the article parts:

  1. Introduction and installation of required components.

--

--