https://github.com/yuce/hazelcast-go-client-external-discovery
https://github.com/yuce/hazelcast-go-client-external-discovery
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-go-client-external-discovery
- Owner: yuce
- Created: 2021-06-18T07:38:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T07:38:42.000Z (about 5 years ago)
- Last Synced: 2025-11-13T04:05:27.766Z (8 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hazelcast Go Client External Discovery Sample
Build the app using:
```
go build .
```
Make sure you set the correct external IP in `main.go`.
On Linux and MacOS, run the app using:
```
./hazelcast-go-client-external-discovery
```
On Windows, run the app using:
```
hazelcast-go-client-external-discovery.exe
```