emqx / mria

Asynchronously replicated Mnesia-like database for Erlang/Elixir
https://www.emqx.com
Apache License 2.0
120 stars 23 forks source link

feat: implement mria:sync_transaction/4,3,2 #136

Closed SergeTupchiy closed 1 year ago

SergeTupchiy commented 1 year ago

When called on a replicant node, this function blocks a caller process until the transaction is replicated on that node or a timeout occurs. Otherwise, it behaves the same way as mria:transaction/3,2

Closes: EMQX-9102