Skip to content

Files

Latest commit

327e39f · Dec 14, 2020

History

History
This branch is 18 commits behind confluentinc/demo-scene:master.

wordcount-spring-cloud-stream

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