Hi, Can you please properly subscribe to the mailing list so that the community can receive email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
amit2103 wrote > Can Ignite transactions work if Grids are out process? > > Why is this document written in Ignite Spring Transaction Manager :- > >Start an Ignite node with proper configuration in embedded mode? > > Can Ignite Transactions work only when Grid is in embedded mode? You need an embedded node to access the cluster and use Ignite API and this node can be either client or server [1]. You can also have as many standalone nodes as you want. They will store the data and the transaction will be distributed across all required nodes. [1] https://apacheignite.readme.io/docs/clients-vs-servers -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Transactions-for-Out-Process-Grids-tp4410p4421.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
