apache / pekko-samples

Apache Pekko Sample Projects
https://pekko.apache.org/
Apache License 2.0
42 stars 21 forks source link

Added missing WorkResultConsumerActor #65

Closed mario-renau-a closed 1 year ago

mario-renau-a commented 1 year ago

The README.md file mentions and non-existing WorkResultConsumerActor that consumes results and logs them. I have created this actor that consumes the events generated by the WorkManager:

.withEventPublishing(enabled = true)