9899100101102103104105106107108
c.transaction().syncCommitPhase(false).syncRollbackPhase(false); return c; } }; HotRodServerConfiguration hotrodConfig = new HotRodServerConfigurationBuilder() .host("127.0.0.1") .port(port) .proxyHost("127.0.0.1") .proxyPort(port) .topologyStateTransfer(false)