Introduction to Apache Curator 1. Introduction Apache Curator is a Java client for Apache Zookeeper, the popular coordination service for distributed applications. In this tutorial, we’ll introduce some of the most relevant features provided by Curator: Connection Management – managing connections and retry policies Async – enhancing existing client by… Continue Reading apache-curator

Guide to Spring Cloud Kubernetes 1. Overview When we build a microservices solution, both Spring Cloud and Kubernetes are optimal solutions, as they provide components for resolving the most common challenges. However, if we decide to choose Kubernetes as the main container manager and deployment platform for our solution, we… Continue Reading spring-cloud-kubernetes

Spring Cloud Connectors and Heroku 1. Overview In this article, we’re going to cover setting up a Spring Boot application on Heroku using Spring Cloud Connectors. Heroku is a service that provides hosting for web services. Also, they provide a large selection of third-party services, called add-ons, that provide everything… Continue Reading spring-cloud-heroku