Spring Cloud Tutorial Learn Spring Cloud including concepts, additional libraries and examples for distributed systems. Intros to Main Projects + Quick Intro to Spring Cloud Configuration + An Intro to Spring Cloud Security + /the-persistence-layer-with-spring-and-jpaIntroduction to Spring Cloud Stream + An Intro to Spring Cloud Task + An Intro to… Continue Reading spring-cloud-series

Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry 1. Introduction Apache Kafka is a messaging platform. With it, we can exchange data between different applications at scale. Spring Cloud Stream is a framework for building message-driven applications. It can simplify the integration of Kafka into… Continue Reading spring-cloud-stream-kafka-avro-confluent