Echo module
Listens for messages matching "echo " and echoes them back.
NATS_HOST- NATS server hostname (required)NATS_TOKEN- NATS authentication token (required)MODULE_CONFIG_PATH- Path to the YAML configuration file (optional)
The echo module can be configured using a YAML file specified by the MODULE_CONFIG_PATH environment variable.
Example configuration:
# Rate limit configuration
ratelimit:
mode: drop
level: user
limit: 5
interval: 1mIf no configuration file is provided, the module will use default rate limiting settings.