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

Remove option to pass funs to ra:consistent_query and ra:leader_query #405

Open kjnilsson opened 6 months ago

kjnilsson commented 6 months ago

As these may be executed non-locally this could create issues with module compatibilty restrictions when running different versions of the code. Only MFAs should be used.