Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 authored Dec 27, 2024
1 parent 0520eb0 commit f214fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ violation.
To use this library:

* You will need to implement the `Journal` interface to persist the state of the algorithm. This can be tables (or
documents or key-values) in the database that your application uses.
documents or key-values) in the database that your application uses. That allows you to run a database transaction.
* At this time you will need to set up the cluster membership manually. You will need to assign a unique node identifier
to each node in the cluster.
* This library is designed to be transport agnostic. Examples of plugging in network transport as either QUIC, TCP and
Expand Down

0 comments on commit f214fd3

Please sign in to comment.