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

Repeated calls to ServiceLoader when using dynamic client DSL #2166

Closed
jmartisk opened this issue Aug 27, 2024 · 1 comment
Closed

Repeated calls to ServiceLoader when using dynamic client DSL #2166

jmartisk opened this issue Aug 27, 2024 · 1 comment

Comments

@jmartisk
Copy link
Member

Each call to the DSL (field, document, argument,...) leads to a ServiceLoader.load() call. This is too expensive; the result should be cached.

@mskacelik
Copy link
Contributor

I think that we can close this one.

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