We are trying to implement a Gemfire cache using Spring-data-Gemfire with an Oracle backed database.
However, I am not able to to update the database from Gemfire using Oracle sequencer. See: How can I get a unique long from Gemfire?
I found an example of a Key generator @: https://github.com/Pivotal-Field-Engineering/gemfire-fe/tree/master/gemfire-utils/gemfire-keyfw but am not really sure how to implement this for a Long id.
Are there any ways to do this or unit tests I could refer to? Or, is there any other way I could implement this?
Any help would be appreciated, thanks.