-
Notifications
You must be signed in to change notification settings - Fork 1
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
service to service events #21
Conversation
Signed-off-by: Lance Drane <[email protected]>
Signed-off-by: Lance Drane <[email protected]>
Signed-off-by: Lance Drane <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!
I approve!
I only have one question just to check my understanding + comments where I really like the code!
Thank you!
assert run_example_test('4_service_to_service_events') == ( | ||
'From event "internal_service_event", received message "not_feeling_creative" from "example-organization.example-facility.example-system.example-subsystem.internal-service"\n' | ||
'From event "internal_service_event", received message "not_feeling_creative" from "example-organization.example-facility.example-system.example-subsystem.internal-service"\n' | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"not_feeling_creative"
🤣
Signed-off-by: Lance Drane <[email protected]>
…svc events Signed-off-by: Lance Drane <[email protected]>
This MR adds functionality for services to listen to events for other services. It also provides an example for how to listen for these events (and makes sure that the example is integrated into the E2E tests, as always)
Closes #20