Hi,
I'm working on the integration between HotRod and OGM.

We already have a dialect for Inifinispan and I'm trying to follow the same logic.
At the moment I'm having two problems:

1) In the Infinispan dialect we are using the AtomicMap and the AtomicMapLookup but this classes don't work with the RemoteCache. Is there an equivalent for HotRod?

2) As far as I know HotRod does not support transactions. I've found a link to a branch on Mircea repository: https://github.com/mmarkus/ops_over_hotrod/wiki/Usage-guide
Is this something I could/should use?

Any help is appreciated.

Thanks,
Davide