You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2016/04/28 02:18:29 UTC

Re: Ignite Remote Node Transactions

Hi Amit,


amit2103 wrote
> Why does the Spring Transaction manager of Ignite require the node to be
> embedded.
> Does normal Ignite Transactions work if all nodes are out side the client
> process?
> 
> SO if I start a transaction from a client node will it work as expected?
> If it does , I am having problems understanding why doesnt the Spring
> Transaction MAnager wor k? (In teh java doc it is mentioned that ("Start
> an Ignite node with proper configuration in embedded mode
>  * (i.e., in the same JVM where the application is running)")

The embedded node is not required to be a server, it can be a client node.
In this case it will not store data, but will be able to execute distributed
transactions. Without the node you simply don't have access to the cluster.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Remote-Node-Transactions-tp4578p4630.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.