Hi Guys, If I use Geode transactions in Spring Service and use Write behind, how do we configure the Write behind to work with Jpa or Data Sourec transactions if I am using Spring Data Geode, will simply annotating my services with the transactions managers for JPA work in case of write behind being called in the listners?
So if the code is executed in other nodes I guess the write behind will work correctly right? Regards
