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

Next steps AdapterContext #8169

Open
4 of 13 tasks
nielsm5 opened this issue Jan 3, 2025 · 0 comments
Open
4 of 13 tasks

Next steps AdapterContext #8169

nielsm5 opened this issue Jan 3, 2025 · 0 comments

Comments

@nielsm5
Copy link
Member

nielsm5 commented Jan 3, 2025

Goal

Cleanup code that was misused and make the framework start/stop-able. This idea builds on top of the start/stop, configure/destroy methods that we've been implementing during the past year and will allow us to use beans from within an 'adapter' scope, so it does not pollute the entire configuration context. Coincidentally this will also serve as a foundation for composite components.

See CRaC, an OpenJDK project that defines a new Java API to allow you to checkpoint and restore an application on the HotSpot JVM, and Spring's documentation on how we can use checkpoints in combination with our stack.
And Composite components for more information on the idea behind a 'mini-pipeline' inside a sender.

Description

tbd

Tasks

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant