Skip to content
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

refactor(operator): rework event publishing #626

Merged
merged 4 commits into from
Oct 5, 2023
Merged

refactor(operator): rework event publishing #626

merged 4 commits into from
Oct 5, 2023

Conversation

buehler
Copy link
Owner

@buehler buehler commented Oct 5, 2023

BREAKING CHANGE: the IEventManager is not part
of the operator anymore. To publish events, inject the
EventPublisher delegate and use it to publish
events on entities with reason and message.
The name of the events are not base32 encoded but
hex encoded sha512 values now.

@buehler buehler enabled auto-merge (squash) October 5, 2023 08:19
@buehler buehler merged commit 8e07bc6 into main Oct 5, 2023
3 checks passed
@buehler buehler deleted the feat/events branch October 5, 2023 08:50
buehler added a commit that referenced this pull request Jan 17, 2024
BREAKING CHANGE: the `IEventManager` is not part
of the operator anymore. To publish events, inject the
`EventPublisher` delegate and use it to publish
events on entities with reason and message.
The name of the events are not base32 encoded but
hex encoded sha512 values now.
buehler added a commit that referenced this pull request Jan 17, 2024
BREAKING CHANGE: the `IEventManager` is not part
of the operator anymore. To publish events, inject the
`EventPublisher` delegate and use it to publish
events on entities with reason and message.
The name of the events are not base32 encoded but
hex encoded sha512 values now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant