mario-renau-alstom opened a new pull request, #67: URL: https://github.com/apache/incubator-pekko-samples/pull/67
A new WorkResultConsumerActor has been added to handle the processing of published events. This actor will receive events and process them accordingly based on their types (WorkAccepted, WorkStarted, etc.). Also, the WorkManager.scala file was slightly modified to enable event publishing. In Main.scala, a method createWorkResultsConsumer was added to initiate the WorkResultConsumerActor and subscribe it to the event stream. With these changes, all published events will now be handled properly by WorkResultConsumerActor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
