Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.84 KB

specification.md

File metadata and controls

74 lines (48 loc) · 1.84 KB

Federated Gateway: Specifications

Table of Contents

Environment

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.

Back to Top

Dependencies

TODO: add dependencies

Back to Top

Kafka

TODO: add Kafka details

Consumers

TODO: add details about Kafka consumers

Back to Top

API

TODO: add API details

Back to Top

Observability

Federated Gateway offers two ways to get insight to the performance and status of the running service: logs and health check endpoints.

Back to Top

Logger

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).

Back to Top

Healthcheck

This service provides a healthcheck GraphQL mutation that can be called to verify that the gateway service is running.

Back to Top

Further Reading

Back to Top