From c754557f0d70c90ba5749600f279ef06b7b2d401 Mon Sep 17 00:00:00 2001 From: Denis Savosin Date: Thu, 3 Oct 2024 10:42:37 +0700 Subject: [PATCH] fix checklist --- checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checklist.md b/checklist.md index d5fe223..1990758 100644 --- a/checklist.md +++ b/checklist.md @@ -4,8 +4,8 @@ Some simple checklist for this demo repo: - [x] make repository and models - [x] make crud api - [ ] make openapi documentation generation -- [ ] connect to kafka to produce events -- [ ] make kafka consumer +- [x] connect to kafka to produce events +- [x] make kafka consumer - [ ] register prometheus metrics - [ ] expose prometheus metrics - [ ] add otel collector