Kafka With Spring Cloud Streams Using Function-based Model

What is Spring Cloud Stream? Spring Cloud Stream is a framework that decouples the implementation of Producer and Consumer irrespective of the messaging platform. It also enables us to switch to a different messaging broker by simply switching the binder. You can find the list of available binders here What are we gonna do? We going … Continue reading Kafka With Spring Cloud Streams Using Function-based Model