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

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

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
```