Month: October 2018

  • Using Akka Streams with Kafka and Avro

    The easiest way to use Akka Streams with Kafka is by using the Alpakka Kafka Connector.  The documentation page describes in detail how to use Akka Streams both as a Kafka producer and as a consumer. Even though Kafka is agnostic regarding to the message format, the preferred message format is Avro and the preferred solution…