Skip to main content

Posts Tagged ‘SCF’

Design for customer needs

Spring Cloud Functions and Kafka

Introduction: Spring Cloud Stream is a framework for building message-driven microservice applications. Spring Cloud Stream builds upon Spring Boot and uses Spring Integration to provide connectivity to message brokers. It provides configuration of middleware, introducing the concepts of publish-subscribe, consumer groups, and partitions.   Example: To use SCF (Spring Cloud Function) with in SCS(Spring Cloud […]