Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 553 Bytes

File metadata and controls

18 lines (14 loc) · 553 Bytes

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