Using Pro and Enterprise editions
Hazelcast IMDG offers two commercially licensed editions: Pro and Enterprise. The supported features differ in your Hazelcast setup according to the license type you own.
-
Pro license: In addition to the open source edition of Hazelcast, Pro features are the following:
-
Enterprise license: In addition to the open source and Pro editions of Hazelcast, Enterprise features are the following:
See also here for a more detailed feature comparison between the editions.
Setting Up License Key
Hazelcast IMDG Pro and Enterprise license keys are required only for members. You do not need to set a license key for your Java clients for which you want to use the Pro and Enterprise features. |
To use Hazelcast IMDG Pro or Enterprise, you need to set the provided license key using one of the configuration methods shown below.
<!-- Add the below line to any place you like in the file `hazelcast-default.xml`. -->
<hazelcast>
...
<license-key>Your Enterprise License Key</license-key>
...
</hazelcast>
# Add the below line to any place you like in the file `hazelcast-default.yaml`.
hazelcast:
...
license-key: Your Hazelcast Enterprise or Enterprise HD License Key
...
// Programmatic configuration.
Config config = new Config();
config.setLicenseKey( "Your Enterprise License Key" );
<hz:config>
...
<hz:license-key>Your Enterprise License Key</hz:license-key>
...
</hz:config>
-Dhazelcast.enterprise.license.key=Your Enterprise License Key
For monitoring information such as expiration date of your license key see License Information.
License Key Format
License keys have the following format:
<Name of the Hazelcast edition>#<Count of the Members>#<License key>
The strings before the <License key>
is the human readable part. You
can use your license key with or without this human readable part. So,
both the following example license keys are valid:
HazelcastEnterpriseHD#2Nodes#1q2w3e4r5t
1q2w3e4r5t