⌂Akka Streams Kafka
0.13
  • Introduction
  • Producer
  • Consumer
akka-stream-kafka
⌂Akka Streams Kafka
0.13
  • Introduction
  • Producer
  • Consumer

Akka Streams Kafka

  • Introduction
    • Dependencies
    • scaladsl and javadsl
  • Producer
    • Settings
    • Producer as a Sink
    • Producer as a Flow
    • Sharing KafkaProducer
  • Consumer
    • Example Code
    • Settings
    • External Offset Storage
    • Offset Storage in Kafka
    • Connecting Producer and Consumer
    • Source per partition
    • Sharing KafkaConsumer

Next: Introduction