All Reaction Commerce services use Docker and Docker Compose with a .env
file to store environment configuration. We use Docker Compose to create containers.
TODO: add other services
Federated Gateway
: A container for this node service.
TODO: add dependencies
TODO: add Kafka details
TODO: add details about Kafka consumers
TODO: add API details
Federated Gateway offers two ways to get insight to the performance and status of the running service: logs and health check endpoints.
This service uses Reaction Logger to log information about what's going on within the service. Logger settings can be configured in the .env
file (see configuration variables).
This service provides a healthcheck
GraphQL mutation that can be called to verify that the gateway service is running.