All MicroEvals
Java Springboot Evaluation
Create MicroEval
Header image for Java Springboot Evaluation

Java Springboot Evaluation

I want to use this evaluation to check how good is each tool for developing the project based on the java springboot.

Prompt

Design an idempotent failure ingestion API in Spring Boot that can handle retries, duplicate requests, and network failures. The system must guarantee that the same failure event is never processed twice even under concurrent requests. Explain the full design including storage strategy, idempotency key handling, and race condition prevention.