Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Akka actor for publishing messages to Kafka #8

@cmontemuino

Description

@cmontemuino

We need to implement an Akka actor that publish messages to Kafka in Akka Stream context.

In order to make this work, it is expected to create a producer manager that instructs a producer actor to publish messages into Kafka.

As a starting point, we can simplify the publishing scenario and write String-based messages, and use no Key. We can add keyed-based messages, and use Avro for encoding in future tasks.

It is needed to create create a Main app in the demo module to show how the new created artifacts work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions