rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
798 stars 93 forks source link

Add reply_mode to command meta data #425

Closed kjnilsson closed 4 months ago

kjnilsson commented 4 months ago

This would allow state machines to make use of, e.g. the pid in the {notify, Corr, Pid} reply mode to avoid having to include Pids in the command body and thus avoid them being stored twice for each command.