Skip to content

Commit

Permalink
add to todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed May 29, 2024
1 parent 5ae15f3 commit 3a2e551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,6 @@ Add stack tracing for typescript modules.

## Decouple Admin API from Raft Implementation

Currently, Raft Implementation is tightly coupled with the Admin API. This makes it difficult to change the Raft Implementation without changing the Admin API. Decouple the Raft Implementation from the Admin API to make it easier to change the Raft Implementation.
Currently, Raft Implementation is tightly coupled with the Admin API. This makes it difficult to change the Raft Implementation without changing the Admin API. Decouple the Raft Implementation from the Admin API to make it easier to change the Raft Implementation.

## Add Telemetry (sentry, datadog, etc.)

0 comments on commit 3a2e551

Please sign in to comment.