Exploring Hazelcast With Spring Boot

For the use cases I am going to describe here, I have two services: courses-service and reviews-service:

  1. Courses-service provides CRUD operations for dealing with courses and instructors.
  2. Reviews-service is another CRUD operations provider for dealing with reviews for courses that are completely agnostic of courses from courses-service

Both apps are written in Kotlin using Spring Boot and other libraries. Having these two services, we are going to discuss distributed caching with Hazelcast and Spring Boot and see how we can use user code-deployment to invoke some code execution via Hazelcast on a service. 

CategoriesUncategorized