Skip to content

Latest commit

 

History

History
 
 

wordcount-spring-cloud-stream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stream Processing like you have never seen before!

The presentation script

  • ❏ 🍃 Go https://start.spring.io

    • Spring for Apache Kafka

    • Spring for Apache Kafka Streams

    • Cloud Stream

    • Lombok

    • Spring Reactive Web

  • ❏ How to Produce messages to Kafka

  • ❏ How to Consume messages to Kafka

  • ❏ How to Process messages with Kafka Streams

    • ❏ start with count without Materialized.as

    • ❏ add materialized store and IQ + @RestController