Skip to content

Commit

Permalink
update laundry list
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthSpShetty committed Oct 7, 2023
1 parent 0454603 commit f8e7857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion laundrylist.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Create a disributed logging/messaging service using golang, something like kafka
- [X] Unit test for cluster functions.
- [X] Script to produce and consume messages.
- [X] gRPC API
- [ ] Topic metadata persistance, currently topic metadata is read from data segment stored in wal file.


### cluster
Expand All @@ -37,4 +38,5 @@ Create a disributed logging/messaging service using golang, something like kafka
- [X] Can read from any node.
- [X] Message is persisted by each node.
- [X] WAL replication

- [ ] Switching between live and WAL replication
- [ ] Server metrics, currently has fewer metrics published in `/metrics` api, need to add more metrics on various points.

0 comments on commit f8e7857

Please sign in to comment.