Add new Kafka exchange mock
curl --request POST \
--url https://api.example.com/{MOCK_ADAPTER_URL}/api/kafka-exchanges/ \
--header 'Content-Type: application/json' \
--data '
{
"sentMessageJson": "<string>",
"receivedMesssageJson": "<string>",
"outgoingTopic": "<string>",
"incomingTopic": "<string>"
}
'Add new Kafka exchange mock
POST
{MOCK_ADAPTER_URL}
/
api
/
kafka-exchanges
/
Add new Kafka exchange mock
curl --request POST \
--url https://api.example.com/{MOCK_ADAPTER_URL}/api/kafka-exchanges/ \
--header 'Content-Type: application/json' \
--data '
{
"sentMessageJson": "<string>",
"receivedMesssageJson": "<string>",
"outgoingTopic": "<string>",
"incomingTopic": "<string>"
}
'View all available Kafka exchanges
The URL of the mock adapter.
The mocked JSON message that the integration will send
The JSON message the integration should reply with
Should match the topic the engine listens on for replies from the integration
Should match the topic name that the integration listens on
Last modified on March 7, 2025
Was this page helpful?
⌘I

