...
License Questions (hazelcast.com)
What we will need
Feature | License | Comment |
---|---|---|
Hazelcast Client | Apache 2.0 License | present in hazelcast-all maven artifact |
IMDG | Apache 2.0 License | In memory embedded data grid |
K8S and Docker Integration | Apache 2.0 License | to be able to run in k8s env. |
Spring Module | Apache 2.0 License | to be able to integrate with Spring Boot |
Cloud Discovery Plugin | Hazelcast Community Plugin | to be able to use k8s discovery feature to identify other Hazelcast members |
Separate Maven Artifacts
We have separate maven artifacts for hazelcast open source and enterprise features. Below are the artifacts for the same.
Code Block | ||||
---|---|---|---|---|
| ||||
<dependencies> <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-all</artifactId> <version>4.2.5</version> </dependency> </dependencies> |
...