Skip to content

Commit

Permalink
fix: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Mar 26, 2024
1 parent b31d36a commit d7a20d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d7a20d3

Please sign in to comment.