Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 393 Bytes

File metadata and controls

7 lines (4 loc) · 393 Bytes

Akka Streams Kafka - Consumer group with processing in an actor

Basic examples of creating a Kafka consumer (consuming as part of a Kafka Consumer Group).

Summary of each project can be found by selecting the project in sbt (e.g. running project exercise_xxx_* followed by running the (custom) man e command.

Note: Set Kafka bootstrap servers in application.conf in project common