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

Akka actor for publishing messages to Kafka #8

Open
cmontemuino opened this issue May 11, 2018 · 0 comments
Open

Akka actor for publishing messages to Kafka #8

cmontemuino opened this issue May 11, 2018 · 0 comments

Comments

@cmontemuino
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant