
Develop a Spring Boot microservice embedded with Hazelcast, set up management center, configure a map, expose rest endpoints to put and get values, and demonstrate cluster formation and data recovery.
Explore concurrency issues in a distributed map, reveal race conditions and stale entries, and learn locking or atomic updates to safely modify the map across JVMs with Hazelcast IMDG.
Explore Hazelcast IMDG data structures, including blocking queue with take, topic publish-subscribe using message listeners, and a distributed multimap mapping a key to multiple values.
This course provides a in depth deep dive on Hazelcast, the leading in memory grid in the Java space. We will be building a springboot application with Hazelcast embedded in it. We will load some buld data in to the grid and we will solve some memory leaks. We will be extending the application step by step showcasing the various features of hazelcast that can be used in an enterprise application.