> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Add new Kafka exchange mock

View all available Kafka exchanges

<ParamField path="mock-adapter-url" type="string">
  The URL of the mock adapter.
</ParamField>

<ParamField body="sentMessageJson" type="string">
  The mocked JSON message that the integration will send
</ParamField>

<ParamField body="receivedMesssageJson" type="string">
  The JSON message the integration should reply with
</ParamField>

<ParamField body="outgoingTopic" type="string">
  Should match the topic the engine listens on for replies from the integration
</ParamField>

<ParamField body="incomingTopic" type="string">
  Should match the topic name that the integration listens on
</ParamField>


## Related topics

- [FlowX.AI 5.9.0 Release Notes](/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md)
- [FlowX.AI 5.6.0 Release Notes](/release-notes/v5.x/v5.6.0-march-2026/v5.6.0-march-2026.md)
- [FlowX.AI 5.4.0 Release Notes](/release-notes/v5.x/v5.4.0-january-2026/v5.4.0-january-2026.md)
- [FlowX.AI 5.11.0 Release Notes](/release-notes/v5.x/v5.11.0-august-2026/v5.11.0-august-2026.md)
- [Deployment guidelines v5.4.0](/release-notes/v5.x/v5.4.0-january-2026/deployment-guidelines-v5.4.md)
