Apama 10.7.2 | Connecting Apama Applications to External Components | Standard Connectivity Plug-ins | The Kafka Transport Connectivity Plug-in | Configuring message transformations (dynamicChains)
 
Configuring message transformations (dynamicChains)
You configure exactly one dynamicChains section to handle transforming messages from the Kafka broker into the correlator, and vice versa. For example:
dynamicChains:
kafkaChain:
- apama.eventMap:
defaultEventType: Evt
suppressLoopback: true
- jsonCodec
- kafkaTransport
We recommend use of the suppressLoopback configuration property to prevent undesirable behavior. See Host plug-ins and configuration for further information.