-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Kafka sink for runtime events #242
Labels
enhancement
New feature or request
Comments
Merged
t-ober
added a commit
that referenced
this issue
Jun 20, 2022
sebastian-peter
added a commit
that referenced
this issue
Jun 28, 2022
sebastian-peter
added a commit
that referenced
this issue
Jul 4, 2022
sebastian-peter
added a commit
that referenced
this issue
Jul 31, 2022
t-ober
added a commit
that referenced
this issue
Aug 1, 2022
sebastian-peter
added a commit
that referenced
this issue
Aug 2, 2022
# Conflicts: # src/test/scala/edu/ie3/simona/scheduler/ExtendedSimSchedulerSpec.scala # src/test/scala/edu/ie3/simona/scheduler/SimSchedulerSpec.scala
sebastian-peter
added a commit
that referenced
this issue
Aug 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kafka messages should be sent on when SIMONA finishes (with or without error).
For this it would be convenient to be able to implement various sink types, similarly to how
ResultEventListener
handles events.The
SimonaListener
concept can be adapted or discarded in this process.The text was updated successfully, but these errors were encountered: