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

Make WebClientProvider accessible to Spring Application Context #2085

Open
octonato opened this issue Apr 17, 2024 · 0 comments
Open

Make WebClientProvider accessible to Spring Application Context #2085

octonato opened this issue Apr 17, 2024 · 0 comments

Comments

@octonato
Copy link
Member

Currently, the WebClientProvider can only be injected into Kalix components. I can be convenient to allow its injection into regular Spring components.

However, there is a catch. The WebClientProvider requires access to the ActorSystem and this is only available after we start Kalix inside the SDK. And Kalix starts after the ApplicationContext is built.

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

1 participant