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

chore(processors): delay embedded processors disposal #25

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

kennedykori
Copy link
Contributor

Refactor all composite processors in the library to delay the disposal of their embedded processors. All embedded processors will now be disposed of when their parent processor is disposed of. This will support streaming processors that may need to remain "live" even after their apply() method returns.

Refactor all composite processors in the library to delay the disposal of
their embedded processors. All embedded processors will now be disposed of
when their parent processor is disposed of. This will support streaming
processors that may need to remain "live" even after their `apply()`
method returns.
@kennedykori kennedykori self-assigned this Jun 8, 2024
@kennedykori kennedykori merged commit 1be71e7 into next Jun 8, 2024
6 checks passed
@kennedykori kennedykori deleted the chore-delay-embedded-processors-disposal branch June 8, 2024 19:15
kennedykori added a commit that referenced this pull request Jun 9, 2024
Refactor all composite processors in the library to delay the disposal of
their embedded processors. All embedded processors will now be disposed of
when their parent processor is disposed of. This will support streaming
processors that may need to remain "live" even after their `apply()`
method returns.
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.

None yet

1 participant