Spring Cloud GCP provides various cloud computing service that helps to run a Spring Boot application. It provides a variety of features or components to use. In this blog, I…
Spring Cloud GCP makes the Spring Boot application a First Class citizen of Google Cloud Platform (GCP). GCP provides a cloud computing service which helps to run a Spring Boot…
Apache Kafka Connector Initial Concept A brief discussion on the Initial Concept of Apache Kafka Connector is described in this springcavaj - Apache Kafka Connect page with an architecture diagram.…
Introduction to Apache Kafka Connect Apache Kafka Connect is one of the new features introduced in Apache Kafka 0.9. It simplifies the integration between Apache Kafka and other systems. The…
Install Linux Distribution in Windows Steps to run Confluent in Windows are provided below : Open Powershell in Administrator Mode and run the command as - wsl --list --online Here…
Install Linux Distribution on Windows Steps to run Confluent on Windows are provided below: Open Powershell in Administrator Mode and run the command as wsl --list --online Here you can…
Spring Apache Kafka Initial Concept A brief discussion on the Initial Concept of Spring Apache Kafka is described in this springcavaj - Spring Apache Kafka Page with necessary concepts and…
What is Kafka? Apache Kafka is an open source distributed and fault-tolerant event streaming platform used to collect, store and process real time data streams at scale. It has different…
What is Messaging? Messaging is a communication mechanism technique to connect between various applications. As for example - when we talk over mobile, or sending money to a beneficiary, etc.…
Spring Rest Initial Concept In earlier days we are familiar about WEB Services. This WEB Services mainly follows a specific protocol named as SOAP (Simple Object Access Protocol). Though consuming…