Files
spring-boot-demo/checklist.md
2024-10-08 11:42:03 +07:00

12 lines
345 B
Markdown

Some simple checklist for this demo repo:
- [x] connect to database
- [x] make migrations
- [x] make repository and models
- [x] make crud api
- [x] make openapi documentation generation
- [x] connect to kafka to produce events
- [x] make kafka consumer
- [x] register prometheus metrics
- [x] expose prometheus metrics
- [ ] add otel collector