Skip to content

Instantly share code, notes, and snippets.

@lprimak
Last active June 23, 2023 22:01
Show Gist options
  • Save lprimak/094276821b26cf21e25e18630e51cd9b to your computer and use it in GitHub Desktop.
Save lprimak/094276821b26cf21e25e18630e51cd9b to your computer and use it in GitHub Desktop.
How to run Hazelcast things
# run CacheTester
mvn -Prun test -Dhz.port=5710 -Dhz.raft=true -Dhz.discovery.spi=false
# run Hazelcast single-jvm-tests only
mvn -PparallelTest initialize surefire:test@singlejvm
# How to make multi-homed host
$ sudo ifconfig en0 alias 172.16.123.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment