If you need to test the business process flow but haven’t completed all integrations, you can still do so by utilizing the mock integrations server included in the platform.
To begin, configure the microservice’s DB settings to use a Postgres DB. Then, deploy the mocked adapter microservice.
Setting up a mocked integration requires only one step: adding a mock Kafka request and response.
You have two options for accomplishing this:
For each Kafka message exchange between the engine and the integration, you need to create a separate entry.
Check out the Add new exchange Kafka mock API reference for more details.
Check out the View all available Kafka exchanges API reference for more details.
If you need to test the business process flow but haven’t completed all integrations, you can still do so by utilizing the mock integrations server included in the platform.
To begin, configure the microservice’s DB settings to use a Postgres DB. Then, deploy the mocked adapter microservice.
Setting up a mocked integration requires only one step: adding a mock Kafka request and response.
You have two options for accomplishing this:
For each Kafka message exchange between the engine and the integration, you need to create a separate entry.
Check out the Add new exchange Kafka mock API reference for more details.
Check out the View all available Kafka exchanges API reference for more details.