Open kamarajuPrathi opened 5 years ago
if you have a hazelcast server running with this dependency:
<dependency>
<groupId>org.hface</groupId>
<artifactId>hface-client</artifactId>
<version>0.1.5</version>
</dependency>
you can run hface uberjar and, besides charts, it will serve JSON that you can consume with anything that can read JSON over an HTTP endpoint.
Do we have a integration for spring application