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

Fix DomainEvents memory leak risk #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oneverest
Copy link

Using cls-hooked(forked from continuation-local-storage), change the
DomainEvents from singleton to normal class, but also with a factory
method create.

create will find registered DomainEvents instance from the current cls
context, if not, a new instance will be returned and register it to the
current context.

Using cls-hooked(forked from continuation-local-storage), change the
DomainEvents from singleton to normal class, but also with a factory
method `create`.

`create` will find registered DomainEvents instance from the current cls
context, if not, a new instance will be returned and register it to the
current context.
Copy link

@pointbazaar pointbazaar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💩

@NikitaIT
Copy link

This change violates the principle of separation of concerns, SoC for short. However, a static class is a really bad idea for DomainEvents.

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.

4 participants