> ## 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

- [Mock integrations](/4.7.x/docs/platform-deep-dive/integrations/mock-integrations.md)
- [FlowX.AI 5.9.0 Release Notes](/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md)
- [Tutorial: Build your first workflow](/5.9/docs/getting-started/building-your-first-workflow.md)
- [Kafka migration](/5.9/migrating-from-5.1-lts/kafka.md)
