hazeltask
hazeltask copied to clipboard
Write custom task distribution service provider
Hazelcast allows you to write custom low-level distributed services. Lets take advantage of that to allow distributing a task in the same call as writing to the write ahead log. Currently it makes 3 remote calls. 1) write to write ahead log 2) write to write ahead log backup 3) send task to worker server