Remove difference-between-the-controller-and-restcontroller
article thumbnail

Difference Between the @Controller and @RestController

InnovationM

Spring Framework introduced @Controller and @RestController annotations to create a controller. Basically, the controller is used to handling the client requests for a particular resource.

article thumbnail

Spring for Apache Kafka Deep Dive – Part 2: Apache Kafka and Spring Cloud Stream

Confluent

These are different from the Kafka Connect sinks and sources. The bridge between a messaging system and Spring Cloud Stream is through the binder abstraction. We will cover the following in this post: Overview of Spring Cloud Stream and its programming model. Apache Kafka ® integration in Spring Cloud Stream.

Cloud 111