> ## 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)
- [Building a connector](/4.7.x/docs/platform-deep-dive/integrations/building-a-connector.md)
- [Creating a new project](/4.7.x/docs/flowx-designer/managing-a-project-flow/creating-a-project.md)
- [FlowX.AI architecture](/4.7.x/docs/platform-overview/flowx-architecture.md)
