From d7a20d3c183dab9f0970e226079669592bcabe2d Mon Sep 17 00:00:00 2001 From: Nando <24811313+fzavalia@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:07:20 -0300 Subject: [PATCH] fix: Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cf74a5..6b08178 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,4 @@ The layer that converts external data representations into internal ones, and vi We use the components abstraction to organize our adapters (e.g. HTTP client, database client, redis client) and any other logic that needs to track mutable state or encode dependencies between stateful components. For every environment (e.g. test, e2e, prod, staging...) we have a different version of our component systems, enabling us to easily inject mocks or different implementations for different contexts. We make components available to incoming http and kafka handlers. For instance, the http-server handlers have access to things like the database or HTTP components, and pass them down to the controller level for general use. +