Skip to content

This repository contains some examples of Java implementations using the Spring Cloud Stream libraries with a focus on Kafka and RabbitMQ.

Notifications You must be signed in to change notification settings

savioroney/spring-cloud-stream-examples

Repository files navigation

Spring Cloud Stream - Examples

This repository contains some examples of Java implementations using the Spring Cloud Stream libraries with a focus on Kafka and RabbitMQ.

We will cover:

  1. Binder Kafka: Producers and consumers with tests;
  2. Binder Rabbit: Producers and consumers with tests;
  3. Multiple Binders: Creation of binders for Kafka and Rabbit in the same application;
  4. Mutiple Queue Bindings: Customizing the creation of multiple bindings for Rabbit queues
  5. Message Converter: Customization of message converter

We used to implement the examples:

About

This repository contains some examples of Java implementations using the Spring Cloud Stream libraries with a focus on Kafka and RabbitMQ.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages