On Thu, Mar 30, 2017 at 10:04 AM, ALEKSEY KUZNETSOV <
[hidden email]> wrote:
> Igniters! Why havent u made use of some open JTA implementation for
> distributed transactions instead of implementing own one
>
Because using standard JTA would be much slower. Instead we chose to
support JTA API on top of our own distributed transaction management.