Skip to content

Commit

Permalink
#529 updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Aug 12, 2018
1 parent 5916cbf commit fd1d974
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/features/raft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Ocelot has recenely integrated `Rafty <https://github.com/TomPallister/Rafty>`_

Raft is a distributed concensus algorythm that allows a cluster of servers (Ocelots) to maintain local state without having a centralised database for storing state (e.g. SQL Server).

In order to enable Rafty in Ocelot you must make the following changes to your Startup.cs.
To get Raft support you must first install the Ocelot Rafty package.

``Install-Package Ocelot.Provider.Rafty``

Then you must make the following changes to your Startup.cs / Program.cs.

.. code-block:: csharp
Expand Down

0 comments on commit fd1d974

Please sign in to comment.