Author Archives: user

Khóa học miễn phí Setting up multi-node instances nhận dự án làm có lương

Hazelcast – Setting up multi node instances Given that Hazelcast is a distributed IMDG and typically is set up on multiple machines, it requires access to the internal/external network. The most important use-case being discovery of Hazelcast nodes within a cluster. Hazelcast requires the following ports − 1 inbound port to receive pings/data from other […]

Khóa học miễn phí Hazelcast – Client nhận dự án làm có lương

Hazelcast – Client Hazelcast clients are the lightweight clients to Hazelcast members. Hazelcast members are responsible to store data and the partitions. They act like the server in the traditional client-server model. Hazelcast clients are created only for accessing data stored with Hazelcast members of the cluster. They are not responsible to store data and […]