Skip to content

mx service

mx service accepts the messages addressed to outside the system, performs routing basing on message headers, and, possibly, passing it to one of the sender services. mx is the part of Generic Message Exchange (GMX) system.

Service Properties

Sharded
Pooled
Databases
Mongo, Postgres

Processed Streams

graph LR System((System)) -->|mx| mx mx -->|kafkasender| kafkasender([kafkasender])

Input Streams

Stream Description
mx Incoming messages

Output Streams

Stream Description
kafkasender Messages addressed to outside Kafka cluster

Configuration

mx service requires no additional configuration.