An open API service indexing awesome lists of open source software.

https://github.com/daggerok/hazelcast-examples

Hazelcast examples
https://github.com/daggerok/hazelcast-examples

hazelcast netty reactor webflux

Last synced: 3 months ago
JSON representation

Hazelcast examples

Awesome Lists containing this project

README

          

= hazelcast-examples image:https://travis-ci.org/daggerok/hazelcast-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/hazelcast-examples"]

Common problem and Challenges solving with Hazelcast:

* leader election
* synchronization distributed semaphore
* synchronization distributed barrier
* liveness service discovery
* distributed microservices configuration
* concurrency problems
* distributed failures
* consistency issues

Read link:https://daggerok.github.io/hazelcast-examples[project reference documentation]

//tag::content[]

.docker / docker-compose
[source,bash]
----
./mvnw
----

.increment maven version
[source,bash]
----
./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion} -DgenerateBackupPoms=false
----

Resources:

- link:https://hazelcast.org/getting-started-with-hazelcast/[Hazelcast getting started]

//end::content[]

Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (kotlin-parent-multi-project)