- Add dummy orders to kafka or a db
- Start batch processing all elements in kafka/db in case of failure it can be restarted to the last successful commit
POST http://localhost:8080/api/v1/kafka
Content-Type: application/json
{
"description": "example",
"name": "example"
}
POST http://localhost:8080/api/v1/kafka
Content-Type: application/json
{
"description": "example",
"name": "example"
}
POST http://localhost:8080/api/v1/batch-kafka
POST http://localhost:8080/api/v1/batch-db