Search⌘ K
AI Features

Overview: Localized Testing and Debugging of Microservices

Explore how to orchestrate multiple microservices and supporting components locally with containers. Understand the configuration challenges and learn techniques to debug and perform functionality and load tests efficiently within a consistent development environment.

We'll cover the following...

Objective

From the previous chapters, we understand that the MTAEDA application sample code currently contains a mix of runtime components: two self-coded microservices (Producer and Consumer) and three supporting services (ZooKeeper, Kafka, and Kafkadrop). We saw ...