Spring Cloud Stream step by step

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • spring-cloud-stream-kafka-step-by-step

    🍀 Spring Cloud Stream Kafka - step by step

  • I've created this spring-cloud-stream-step-by-step demo to see how it works!

  • spring-cloud-stream-binder-kafka

    Spring Cloud Stream binders for Apache Kafka and Kafka Streams

  • Remember that everything under spring.cloud.kafka.binder is related to the Kafka binder implementation and we can use all these extra Kafka binder properties and everything under spring.cloud.stream.bindings is related to the Spring Cloud Stream binding abstraction and we can use all these extra binding properties.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Jackson JSON Processor

    Main Portal page for the Jackson project

  • MyStreamEventConsumer has a method consume annotated with @StreamListener linking it to the my-consumer binding. This means that every time a new message is received in the Kafka topic, its payload will be deserialized to a MyEventPayload (applying Jackson annotations) and the consume method will we called.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts