Output Multiplexing
There are a few different ways of multiplexing in Wombat, here’s a quick run through:
Interpolation Multiplexing
Some output fields support field interpolation, which is a super easy way to multiplex messages based on their contents in situations where you are multiplexing to the same service.
For example, multiplexing against Kafka topics is a common pattern:
Refer to the field documentation for a given output to see if it support interpolation.
Switch Multiplexing
A more advanced form of multiplexing is to route messages to different output configurations based on a query. This is
easy with the switch
output: