Skip to content

Latest commit

 

History

History

wordcount-spring-cloud-stream-kotlin

Stream Processing like you have never seen before!

The presentation script

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

  • ❏ Kotlin, Gradle, Spring 2.4.0

    • Spring for Apache Kafka

    • Spring for Apache Kafka Streams

    • Cloud Stream

    • Spring Reactive Web

  • ❏ How to Produce messages to Kafka using Supplier

  • ❏ How to Consume messages to Kafka using Consumer

  • ❏ How to Process messages with Kafka Streams using Function

    • ❏ start with count without Materialized.as

    • ❏ add materialized store and IQ + @RestController