add kafka producer, move configs to separate package

This commit is contained in:
Denis Savosin
2024-10-02 10:32:55 +07:00
parent 1fa8b7051e
commit cbf7e0a5f6
15 changed files with 186 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
Some simple checklist for this demo repo:
- [x] connect to database
- [x] make migrations
- [ ] make repository and models
- [ ] make crud api
- [x] make repository and models
- [x] make crud api
- [ ] make openapi documentation generation
- [ ] connect to kafka to produce events
- [ ] make kafka consumer