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

Bootstrapped core dependencies: context and nats connection. #1

Open
n-holmstedt opened this issue May 15, 2024 · 1 comment
Open

Comments

@n-holmstedt
Copy link
Contributor

Right now there isn't any global context created while bootstrapping the application, which causes any extension needing a context to create its own.

Also, any extensions using NATS would want to use the same connection object, so this would probably be well suited to create somewhere in the initiation process as well so it could be passed down as a dependency, much like the context issue above.

@calmera
Copy link
Contributor

calmera commented Jun 30, 2024

Yeah, I did hack this version together, but will need to structure it a bit better.

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

No branches or pull requests

2 participants