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
- Host: GitHub
- URL: https://github.com/daggerok/hazelcast-examples
- Owner: daggerok
- License: mit
- Created: 2018-11-25T19:52:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:25:16.000Z (about 2 years ago)
- Last Synced: 2025-01-10T00:45:01.923Z (about 1 year ago)
- Topics: hazelcast, netty, reactor, webflux
- Language: Java
- Homepage: https://daggerok.github.io/hazelcast-examples/
- Size: 370 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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)