Перейти к содержанию

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

StreamDescription
mxIncoming messages

Output Streams

StreamDescription
kafkasenderMessages addressed to outside Kafka cluster

Configuration

mx service requires no additional configuration.