Setup
To begin, configure the microserviceβs DB settings to use a Postgres DB. Then, deploy the mocked adapter microservice.Adding a new integration
Setting up a mocked integration requires only one step: adding a mock Kafka request and response. You have two options for accomplishing this:- Add the information directly to the DB.
- Use the provided API.
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.